Skip to content

Commit 6a85183

Browse files
Replace it's by its.
1 parent df93e18 commit 6a85183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/book/mutability.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Note that here, the `x` is mutable, but not the `y`.
6262
# Interior vs. Exterior Mutability
6363

6464
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
65+
it’s not able to be changed: we are referring to its ‘exterior mutability’ that
6666
in this case is immutable. Consider, for example, [`Arc<T>`][arc]:
6767

6868
```rust

0 commit comments

Comments
 (0)