Skip to content

Commit

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

`Cell` wraps a value and allows getting or setting the value, even with a shared
reference to the `Cell`. Howerver, it does not allow any references to the
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 bf1f003

Please sign in to comment.