mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Fix typo in libcore documentation
This commit is contained in:
parent
1715f1cf7f
commit
64555321ce
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user