From dd08804f0a3ca401a92a96a431ff96cd1b0059db Mon Sep 17 00:00:00 2001 From: Christian Wesselhoeft Date: Sun, 27 Mar 2016 12:15:31 -0600 Subject: [PATCH] Getting Started: "copy" -> "move" --- src/doc/book/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/book/getting-started.md b/src/doc/book/getting-started.md index 539fdd32c6b9a..16c43b5e7a569 100644 --- a/src/doc/book/getting-started.md +++ b/src/doc/book/getting-started.md @@ -417,7 +417,7 @@ first. This leaves the top-level project directory (in this case, to your code. In this way, using Cargo helps you keep your projects nice and tidy. There's a place for everything, and everything is in its place. -Now, copy *main.rs* to the *src* directory, and delete the compiled file you +Now, move *main.rs* into the *src* directory, and delete the compiled file you created with `rustc`. As usual, replace `main` with `main.exe` if you're on Windows.