chore: fix typo

Co-authored-by: Chenkail <40770208+Chenkail@users.noreply.github.com>
This commit is contained in:
circumspect 2021-03-12 14:26:57 +00:00 committed by GitHub
parent 6742860ea5
commit 833df0b8b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ path = "{}.rs""#,
// Check that the exercise looks to be solved using self.state()
// This is not the best way to check since
// 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
// without actually having solved anything.
// The only other way to truly check this would to compile and run
// the exercise; which would be both costly and counterintuitive