Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Jan 16, 2024
1 parent bf1f003 commit 76e6f45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/borrowing/interior-mutability.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ fn main() {
## `Cell`

`Cell` wraps a value and allows getting or setting the value, even with a shared
reference to the `Cell`. However, it does not allow any references to the
value. Since there are no references, borrowing rules cannot be broken.
reference to the `Cell`. However, it does not allow any references to the value.
Since there are no references, borrowing rules cannot be broken.

<details>

Expand Down

0 comments on commit 76e6f45

Please sign in to comment.