Skip to content

Commit eac235e

Browse files
Fix 'explit' typo in hints. (#372)
1 parent 3ed69db commit eac235e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fast_check/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,10 @@ impl FastCheckDiagnostic {
162162
"fix the reference to point to a symbol that exists"
163163
}
164164
MissingExplicitType { .. } => {
165-
"add an explit type annotation to the symbol"
165+
"add an explicit type annotation to the symbol"
166166
}
167167
MissingExplicitReturnType { .. } => {
168-
"add an explit return type to the function"
168+
"add an explicit return type to the function"
169169
}
170170
UnsupportedAmbientModule { .. } => {
171171
"remove the ambient module declaration"

0 commit comments

Comments
 (0)