Skip to content

Commit 3c53595

Browse files
author
Tymoteusz Jankowski
committed
review fixes
1 parent bb65d32 commit 3c53595

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/libcore/cell.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,10 @@ use ptr;
188188

189189
/// A mutable memory location.
190190
///
191-
/// # Example
191+
/// # Examples
192192
///
193-
/// Here you can see how using `Cell<T>` allows to use muttable field inside
194-
/// immutable struct (which is also called "interior mutability").
193+
/// Here you can see how using `Cell<T>` allows to use mutable field inside
194+
/// immutable struct (which is also called 'interior mutability').
195195
///
196196
/// ```
197197
/// use std::cell::Cell;

0 commit comments

Comments
 (0)