From: Nelo Onyiah Date: Thu, 16 Apr 2015 23:02:17 +0000 (+0100) Subject: Update hello-cargo.md X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=d04b2047a7bd1e623875c7af91978a0194f3f2f1;p=rust.git Update hello-cargo.md --- diff --git a/src/doc/trpl/hello-cargo.md b/src/doc/trpl/hello-cargo.md index 8d8b1734334..6967532a447 100644 --- a/src/doc/trpl/hello-cargo.md +++ b/src/doc/trpl/hello-cargo.md @@ -89,7 +89,7 @@ we hadn’t changed the source file, and so it just ran the binary. If we had made a modification, we would have seen it do both: ```bash -$ cargo build +$ cargo run Compiling hello_world v0.0.1 (file:///home/yourname/projects/hello_world) Running `target/debug/hello_world` Hello, world!