Fix typo in what-unsafe-does

pull/469/head
Tim McCormack 1 week ago committed by GitHub
parent 456b904f79
commit 91a7128bb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -41,7 +41,7 @@ language cares about is preventing the following things:
[`NonNull`] that is null. (Requesting custom invalid values is an unstable
feature, but some stable libstd types, like `NonNull`, make use of it.)
For a more detailed explanation about "Undefined Bahavior", you may refer to
For a more detailed explanation about "Undefined Behavior", you may refer to
[the reference][behavior-considered-undefined].
"Producing" a value happens any time a value is assigned, passed to a

Loading…
Cancel
Save