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.
2 parents eb2e00a + b1e8007 commit 4fc09d3Copy full SHA for 4fc09d3
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