From d04b2047a7bd1e623875c7af91978a0194f3f2f1 Mon Sep 17 00:00:00 2001 From: Nelo Onyiah Date: Fri, 17 Apr 2015 00:02:17 +0100 Subject: [PATCH] Update hello-cargo.md --- src/doc/trpl/hello-cargo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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! -- 2.44.0