Skip to content

Commit

Permalink
Fix 'explit' typo in hints. (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnspurlock-skymethod authored Feb 6, 2024
1 parent 3ed69db commit eac235e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fast_check/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,10 @@ impl FastCheckDiagnostic {
"fix the reference to point to a symbol that exists"
}
MissingExplicitType { .. } => {
"add an explit type annotation to the symbol"
"add an explicit type annotation to the symbol"
}
MissingExplicitReturnType { .. } => {
"add an explit return type to the function"
"add an explicit return type to the function"
}
UnsupportedAmbientModule { .. } => {
"remove the ambient module declaration"
Expand Down

0 comments on commit eac235e

Please sign in to comment.