Skip to content

Commit 6138e83

Browse files
committed
Fix guide typo.
1 parent ba39b50 commit 6138e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3300,7 +3300,7 @@ To learn more, run the command again with --verbose.
33003300

33013301
Rust can't find this function. That makes sense, as we didn't write it yet!
33023302

3303-
In order to share this codes with our tests, we'll need to make a library crate.
3303+
In order to share this code with our tests, we'll need to make a library crate.
33043304
This is also just good software design: as we mentioned before, it's a good idea
33053305
to put most of your functionality into a library crate, and have your executable
33063306
crate use that library. This allows for code re-use.

0 commit comments

Comments
 (0)