Skip to content

Commit fd97703

Browse files
authored
📝 chore: fix spelling err - sal1ent
2 parents dd10cee + 479f088 commit fd97703

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/error/typesharp_error/solution.rs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pub trait PossibleSolutionGenerator {
1111
/// Keep in mind that all AST given here is during Parsing.
1212
fn is_corrective(&self, tree: ast::ASTStatement) -> bool;
1313

14-
/// Should check the given AST and correct it (if acclible) and return None otherwise.
14+
/// Should check the given AST and correct it (if accessible) and return None otherwise.
1515
fn try_correct(&self, tree: ast::ASTStatement) -> Option<PossibleSolution>;
1616

1717
/// Displays the correct line of code.
@@ -29,4 +29,4 @@ pub struct PossibleSolution {
2929
pub loc: Span,
3030
pub solutions: Vec<ast::ASTStatement>,
3131
pub typ: PossibleSolutionType
32-
}
32+
}

0 commit comments

Comments
 (0)