Skip to content

Commit 3995797

Browse files
committed
Minor documentation edit.
Number of rustc calls would depending on various circumstances. Two is misleading.
1 parent fe7e285 commit 3995797

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
@@ -354,7 +354,7 @@ Hello, world!
354354
Bam! We build our project with `cargo build`, and run it with
355355
`./target/hello_world`. This hasn't bought us a whole lot over our simple use
356356
of `rustc`, but think about the future: when our project has more than one
357-
file, we would need to call `rustc` twice, and pass it a bunch of options to
357+
file, we would need to call `rustc` more than once, and pass it a bunch of options to
358358
tell it to build everything together. With Cargo, as our project grows, we can
359359
just `cargo build` and it'll work the right way.
360360

0 commit comments

Comments
 (0)