Skip to content

Commit 41dfb77

Browse files
committed
Rollup merge of rust-lang#31340 - pra85:patch-1, r=alexcrichton
Spelling mistake - `familliar` > `familiar`
2 parents 5ab00fd + 2043cd8 commit 41dfb77

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
@@ -569,7 +569,7 @@ executable application, as opposed to a library. Executables are often called
569569
*binaries* (as in `/usr/bin`, if you’re on a Unix system).
570570

571571
Cargo has generated two files and one directory for us: a `Cargo.toml` and a
572-
*src* directory with a *main.rs* file inside. These should look familliar,
572+
*src* directory with a *main.rs* file inside. These should look familiar,
573573
they’re exactly what we created by hand, above.
574574

575575
This output is all you need to get started. First, open `Cargo.toml`. It should

0 commit comments

Comments
 (0)