Skip to content

Commit 27dc069

Browse files
committed
Rollup merge of #24513 - j1n3l0:patch-1, r=alexcrichton
2 parents 2688ceb + d04b204 commit 27dc069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/hello-cargo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ we hadn’t changed the source file, and so it just ran the binary. If we had
8989
made a modification, we would have seen it do both:
9090

9191
```bash
92-
$ cargo build
92+
$ cargo run
9393
Compiling hello_world v0.0.1 (file:///home/yourname/projects/hello_world)
9494
Running `target/debug/hello_world`
9595
Hello, world!

0 commit comments

Comments
 (0)