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 6f14240 commit b1e8007Copy full SHA for b1e8007
src/doc/trpl/mutability.md
@@ -62,7 +62,7 @@ fn foo(mut x: i32) {
62
# Interior vs. Exterior Mutability
63
64
However, when we say something is ‘immutable’ in Rust, that doesn’t mean that
65
-it’s not able to be changed: We mean something has ‘exterior mutability’. Consider,
+it’s not able to be changed: we mean something has ‘exterior mutability’. Consider,
66
for example, [`Arc<T>`][arc]:
67
68
```rust
0 commit comments