Replace it's by its.
This commit is contained in:
parent
df93e18418
commit
6a85183e6f
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ Note that here, the `x` is mutable, but not the `y`.
|
|||
# Interior vs. Exterior Mutability
|
||||
|
||||
However, when we say something is ‘immutable’ in Rust, that doesn’t mean that
|
||||
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
|
||||
in this case is immutable. Consider, for example, [`Arc<T>`][arc]:
|
||||
|
||||
```rust
|
||||
|
|
Loading…
Add table
Reference in a new issue