Skip to content

Commit 5c3a194

Browse files
mod.rs: fix typo
"particularly" was misspelled.
1 parent 6630a08 commit 5c3a194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/prelude/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
//!
1818
//! The *prelude* is the list of things that Rust automatically imports into
1919
//! every Rust program. It's kept as small as possible, and is focused on
20-
//! things, particuarly traits, which are used in almost every single Rust
20+
//! things, particularly traits, which are used in almost every single Rust
2121
//! program.
2222
//!
2323
//! On a technical level, Rust inserts

0 commit comments

Comments
 (0)