From 91a7128bb35c96fa2373fe6e032c73d5d71ee6e5 Mon Sep 17 00:00:00 2001 From: Tim McCormack Date: Sat, 16 Nov 2024 08:36:29 -0500 Subject: [PATCH] Fix typo in what-unsafe-does --- src/what-unsafe-does.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/what-unsafe-does.md b/src/what-unsafe-does.md index 3fb0721..535b79e 100644 --- a/src/what-unsafe-does.md +++ b/src/what-unsafe-does.md @@ -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