diff --git a/src/value/mod.rs b/src/value/mod.rs index d109747e4..a565b2998 100644 --- a/src/value/mod.rs +++ b/src/value/mod.rs @@ -514,7 +514,7 @@ impl Value { } } - /// If the `Value` is an Number, returns the associated [`Number`]. Returns + /// If the `Value` is a Number, returns the associated [`Number`]. Returns /// None otherwise. /// /// ```