Skip to content

Commit

Permalink
Merge branch 'google:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyRavi authored Oct 13, 2024
2 parents d727f99 + 252bb62 commit e55bc4e
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 e55bc4e

Please sign in to comment.