Skip to content

Commit 6455532

Browse files
committed
Fix typo in libcore documentation
1 parent 1715f1c commit 6455532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
//! upstream libraries, no system libraries, and no libc.
1818
//!
1919
//! [^free]: Strictly speaking, there are some symbols which are needed but
20-
//! they aren't always neccesary.
20+
//! they aren't always necessary.
2121
//!
2222
//! The core library is *minimal*: it isn't even aware of heap allocation,
2323
//! nor does it provide concurrency or I/O. These things require

0 commit comments

Comments
 (0)