From 27bcc5b33354b44e433c1c09aa1a530d7dacc4a8 Mon Sep 17 00:00:00 2001 From: Mike Tsao Date: Fri, 9 Dec 2022 08:51:02 -0800 Subject: [PATCH] Fix typo --- src/core/normal.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/normal.rs b/src/core/normal.rs index 59be403..d6d5cf5 100644 --- a/src/core/normal.rs +++ b/src/core/normal.rs @@ -14,7 +14,7 @@ impl fmt::Display for NormalOutOfRange { } } -/// An `f32` value that is gauranteed to be constrained to the range of +/// An `f32` value that is guaranteed to be constrained to the range of /// /// `0.0 >= value <= 1.0` ///