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 ba39b50 commit 6138e83Copy full SHA for 6138e83
src/doc/guide.md
@@ -3300,7 +3300,7 @@ To learn more, run the command again with --verbose.
3300
3301
Rust can't find this function. That makes sense, as we didn't write it yet!
3302
3303
-In order to share this codes with our tests, we'll need to make a library crate.
+In order to share this code with our tests, we'll need to make a library crate.
3304
This is also just good software design: as we mentioned before, it's a good idea
3305
to put most of your functionality into a library crate, and have your executable
3306
crate use that library. This allows for code re-use.
0 commit comments