Skip to content

Commit 8fd69c4

Browse files
committed
all/some
How could I forsake `rustdoc`? 😅 Thanks @huonw.
1 parent 98fd2ab commit 8fd69c4

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
@@ -402,7 +402,7 @@ tell it to build everything together. With Cargo, as our project grows, we can
402402
just `cargo build` and it'll work the right way.
403403

404404
That's it! We've successfully built `hello_world` with Cargo. Even though our
405-
program is simple, it's using all of the real tooling that you'll use for the
405+
program is simple, it's using much of the real tooling that you'll use for the
406406
rest of your Rust career.
407407

408408
Next, we'll learn more about Rust itself, by starting to write a more complicated

0 commit comments

Comments
 (0)