Skip to content

Commit 2208f96

Browse files
committed
Rollup merge of #31513 - scottrobertwhittaker:fix-typo, r=alexcrichton
"particularly" was misspelled. r? @steveklabnik
2 parents dbb7a3a + 5c3a194 commit 2208f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/prelude/mod.rs

Lines changed: 1 addition & 1 deletion
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)