We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6742860 commit 833df0bCopy full SHA for 833df0b
src/exercise.rs
@@ -235,7 +235,7 @@ path = "{}.rs""#,
235
236
// Check that the exercise looks to be solved using self.state()
237
// This is not the best way to check since
238
- // the user can just remove the "I AM NOT DONE" string fromm the file
+ // the user can just remove the "I AM NOT DONE" string from the file
239
// without actually having solved anything.
240
// The only other way to truly check this would to compile and run
241
// the exercise; which would be both costly and counterintuitive
0 commit comments