Skip to content

Commit 95c5d6c

Browse files
committed
Fix documentation typo from PR 1069
1 parent 5a39516 commit 95c5d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/value/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ impl Value {
514514
}
515515
}
516516

517-
/// If the `Value` is an Number, returns the associated [`Number`]. Returns
517+
/// If the `Value` is a Number, returns the associated [`Number`]. Returns
518518
/// None otherwise.
519519
///
520520
/// ```

0 commit comments

Comments
 (0)