We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 456b904 commit 91a7128Copy full SHA for 91a7128
src/what-unsafe-does.md
@@ -41,7 +41,7 @@ language cares about is preventing the following things:
41
[`NonNull`] that is null. (Requesting custom invalid values is an unstable
42
feature, but some stable libstd types, like `NonNull`, make use of it.)
43
44
-For a more detailed explanation about "Undefined Bahavior", you may refer to
+For a more detailed explanation about "Undefined Behavior", you may refer to
45
[the reference][behavior-considered-undefined].
46
47
"Producing" a value happens any time a value is assigned, passed to a
0 commit comments