Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yerke committed Oct 9, 2024
1 parent 7a25c4a commit 6948b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/memory-management/copy-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ In the above example, try the following:
# More to Explore

- Shared references are `Copy`/`Clone`, mutable references are not. This is
because rust requires that mutable references be exclusive, so while it's
because Rust requires that mutable references be exclusive, so while it's
valid to make a copy of a shared reference, creating a copy of a mutable
reference would violate Rust's borrowing rules.

Expand Down

0 comments on commit 6948b46

Please sign in to comment.