]> git.lizzy.rs Git - rust.git/blobdiff - src/libcore/lib.rs
Fix typo in libcore documentation
[rust.git] / src / libcore / lib.rs
index 961acb7a835e352d4c68dd09265e147c890e364e..c97f8e529a2a80041db333f4f2b59a37a3715e93 100644 (file)
@@ -17,7 +17,7 @@
 //! upstream libraries, no system libraries, and no libc.
 //!
 //! [^free]: Strictly speaking, there are some symbols which are needed but
-//!          they aren't always neccesary.
+//!          they aren't always necessary.
 //!
 //! The core library is *minimal*: it isn't even aware of heap allocation,
 //! nor does it provide concurrency or I/O. These things require