Skip to content

Commit 833df0b

Browse files
authored
chore: fix typo
Co-authored-by: Chenkail <40770208+Chenkail@users.noreply.github.com>
1 parent 6742860 commit 833df0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exercise.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ path = "{}.rs""#,
235235

236236
// Check that the exercise looks to be solved using self.state()
237237
// This is not the best way to check since
238-
// the user can just remove the "I AM NOT DONE" string fromm the file
238+
// the user can just remove the "I AM NOT DONE" string from the file
239239
// without actually having solved anything.
240240
// The only other way to truly check this would to compile and run
241241
// the exercise; which would be both costly and counterintuitive

0 commit comments

Comments
 (0)