We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6630a08 commit 5c3a194Copy full SHA for 5c3a194
src/libstd/prelude/mod.rs
@@ -17,7 +17,7 @@
17
//!
18
//! The *prelude* is the list of things that Rust automatically imports into
19
//! 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
+//! things, particularly traits, which are used in almost every single Rust
21
//! program.
22
23
//! On a technical level, Rust inserts
0 commit comments