Skip to content

Commit dd08804

Browse files
committed
Getting Started: "copy" -> "move"
1 parent abb3a10 commit dd08804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/book/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ first. This leaves the top-level project directory (in this case,
417417
to your code. In this way, using Cargo helps you keep your projects nice and
418418
tidy. There's a place for everything, and everything is in its place.
419419

420-
Now, copy *main.rs* to the *src* directory, and delete the compiled file you
420+
Now, move *main.rs* into the *src* directory, and delete the compiled file you
421421
created with `rustc`. As usual, replace `main` with `main.exe` if you're on
422422
Windows.
423423

0 commit comments

Comments
 (0)