Skip to content

Commit 91a7128

Browse files
authored
Fix typo in what-unsafe-does
1 parent 456b904 commit 91a7128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/what-unsafe-does.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ language cares about is preventing the following things:
4141
[`NonNull`] that is null. (Requesting custom invalid values is an unstable
4242
feature, but some stable libstd types, like `NonNull`, make use of it.)
4343

44-
For a more detailed explanation about "Undefined Bahavior", you may refer to
44+
For a more detailed explanation about "Undefined Behavior", you may refer to
4545
[the reference][behavior-considered-undefined].
4646

4747
"Producing" a value happens any time a value is assigned, passed to a

0 commit comments

Comments
 (0)