Skip to content

Commit 98fd2ab

Browse files
committed
tha -> than
Thanks @huonw ❤️
1 parent fb59448 commit 98fd2ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/doc/guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -396,10 +396,10 @@ Hello, world!
396396

397397
Bam! We build our project with `cargo build`, and run it with
398398
`./target/hello_world`. This hasn't bought us a whole lot over our simple use
399-
of `rustc`, but think about the future: when our project has more tha one file,
400-
we would need to call `rustc` twice, and pass it a bunch of options to tell it
401-
to build everything together. With Cargo, as our project grows, we can just
402-
`cargo build` and it'll work the right way.
399+
of `rustc`, but think about the future: when our project has more than one
400+
file, we would need to call `rustc` twice, and pass it a bunch of options to
401+
tell it to build everything together. With Cargo, as our project grows, we can
402+
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
405405
program is simple, it's using all of the real tooling that you'll use for the

0 commit comments

Comments
 (0)