Skip to content

Commit 2043cd8

Browse files
committed
Fix typo in doc/book/getting-started.md
Spelling mistake - `familliar` > `familiar`
1 parent 094c5b0 commit 2043cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/book/getting-started.md

Lines changed: 1 addition & 1 deletion
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)