We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb65d32 commit 3c53595Copy full SHA for 3c53595
src/libcore/cell.rs
@@ -188,10 +188,10 @@ use ptr;
188
189
/// A mutable memory location.
190
///
191
-/// # Example
+/// # Examples
192
193
-/// Here you can see how using `Cell<T>` allows to use muttable field inside
194
-/// immutable struct (which is also called "interior mutability").
+/// Here you can see how using `Cell<T>` allows to use mutable field inside
+/// immutable struct (which is also called 'interior mutability').
195
196
/// ```
197
/// use std::cell::Cell;
0 commit comments