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 fe7e285 commit 3995797Copy full SHA for 3995797
src/doc/guide.md
@@ -354,7 +354,7 @@ Hello, world!
354
Bam! We build our project with `cargo build`, and run it with
355
`./target/hello_world`. This hasn't bought us a whole lot over our simple use
356
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
+file, we would need to call `rustc` more than once, and pass it a bunch of options to
358
tell it to build everything together. With Cargo, as our project grows, we can
359
just `cargo build` and it'll work the right way.
360
0 commit comments