Skip to content

Commit beea0a3

Browse files
authored
Merge pull request #274 from dark/master
Fix typo (neccesary -> necessary)
2 parents 8e0ec8c + 27b8016 commit beea0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust-2018/path-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ general way to express this, though it uses it for `proc_macro` crates.
8383

8484
Some examples of needing to explicitly import sysroot crates are:
8585

86-
* [`std`]: Usually this is not neccesary, because `std` is automatically
86+
* [`std`]: Usually this is not necessary, because `std` is automatically
8787
imported unless the crate is marked with [`#![no_std]`][no_std].
8888
* [`core`]: Usually this is not necessary, because `core` is automatically
8989
imported, unless the crate is marked with [`#![no_core]`][no_core]. For

0 commit comments

Comments
 (0)