We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df93e18 commit 6a85183Copy full SHA for 6a85183
src/doc/book/mutability.md
@@ -62,7 +62,7 @@ Note that here, the `x` is mutable, but not the `y`.
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 are referring to it's ‘exterior mutability’ that
+it’s not able to be changed: we are referring to its ‘exterior mutability’ that
66
in this case is immutable. Consider, for example, [`Arc<T>`][arc]:
67
68
```rust
0 commit comments