Skip to content

Commit 2299e8e

Browse files
committed
---
yaml --- r: 152879 b: refs/heads/try2 c: 98fd2ab h: refs/heads/master i: 152877: f28070f 152875: f6c8d2b 152871: 6b1fce2 152863: 96c63a2 v: v3
1 parent d1acf87 commit 2299e8e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
55
refs/heads/try: 519addf6277dbafccbb4159db4b710c37eaa2ec5
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8-
refs/heads/try2: fb594484e6b290f95efc8a6108b6e9892a3016bc
8+
refs/heads/try2: 98fd2abe0a8cecf26c6ae21d13c8a192fbdbf85d
99
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try2/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)