Skip to content

Commit

Permalink
Fix documentation typo from PR 1069
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Sep 9, 2023
1 parent 5a39516 commit 95c5d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/value/mod.rs
Expand Up @@ -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.
///
/// ```
Expand Down

0 comments on commit 95c5d6c

Please sign in to comment.