Skip to content

Commit 37f9e68

Browse files
authored
Merge pull request #196 from vallentin/master
Fixed typo
2 parents 1a23902 + 2ee728c commit 37f9e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust-2018/cargo-and-crates-io/cargo-check-for-faster-checking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ correct, all that stuff. Second, once it's satisfied that everything is in
1414
order, it produces the actual binary code that you end up executing.
1515

1616
It turns out that that second step takes a lot of time. And most of the time,
17-
it's not neccesary. That is, when you're working on some Rust code, many
17+
it's not necessary. That is, when you're working on some Rust code, many
1818
developers will get into a workflow like this:
1919

2020
1. Write some code.

0 commit comments

Comments
 (0)