mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-11-08 09:09:17 +01:00
chore: fix typo
Co-authored-by: Chenkail <40770208+Chenkail@users.noreply.github.com>
This commit is contained in:
parent
6742860ea5
commit
833df0b8b3
@ -235,7 +235,7 @@ path = "{}.rs""#,
|
|||||||
|
|
||||||
// Check that the exercise looks to be solved using self.state()
|
// Check that the exercise looks to be solved using self.state()
|
||||||
// This is not the best way to check since
|
// 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.
|
// without actually having solved anything.
|
||||||
// The only other way to truly check this would to compile and run
|
// The only other way to truly check this would to compile and run
|
||||||
// the exercise; which would be both costly and counterintuitive
|
// the exercise; which would be both costly and counterintuitive
|
||||||
|
Loading…
Reference in New Issue
Block a user