Fix typo in libcore documentation

This commit is contained in:
Andrea Canciani 2015-11-18 11:35:29 +01:00
parent 1715f1cf7f
commit 64555321ce

View File

@ -17,7 +17,7 @@
//! upstream libraries, no system libraries, and no libc. //! upstream libraries, no system libraries, and no libc.
//! //!
//! [^free]: Strictly speaking, there are some symbols which are needed but //! [^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, //! The core library is *minimal*: it isn't even aware of heap allocation,
//! nor does it provide concurrency or I/O. These things require //! nor does it provide concurrency or I/O. These things require