We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ff3a3 commit adcd30cCopy full SHA for adcd30c
safe-unsafe-meaning.md
@@ -98,7 +98,7 @@ destructors will be successfully called! Hooray!
98
99
However BTreeMap is implemented using a modest spoonful of Unsafe (most collections
100
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
+implementation will make BTreeMap behave safely. Unsafe must be sure not to rely
102
on Ord *where safety is at stake*, because Ord is provided by Safe, and memory
103
safety is not Safe's responsibility to uphold. *It must be impossible for Safe
104
code to violate memory safety*.
0 commit comments