Skip to content

Commit 64a6569

Browse files
committed
Auto merge of #29906 - ranma42:doc-typo, r=steveklabnik
2 parents 28f6b88 + 6455532 commit 64a6569

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)