Skip to content

Commit adcd30c

Browse files
committed
mdinger fix
1 parent 59ff3a3 commit adcd30c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

safe-unsafe-meaning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ destructors will be successfully called! Hooray!
9898

9999
However BTreeMap is implemented using a modest spoonful of Unsafe (most collections
100100
are). That means that it is not necessarily *trivially true* that a bad Ord
101-
implementation will make BTreeMap behave safely. Unsafe most be sure not to rely
101+
implementation will make BTreeMap behave safely. Unsafe must be sure not to rely
102102
on Ord *where safety is at stake*, because Ord is provided by Safe, and memory
103103
safety is not Safe's responsibility to uphold. *It must be impossible for Safe
104104
code to violate memory safety*.

0 commit comments

Comments
 (0)