Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
[skip ci] fix typo in Value::as_u64 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed Oct 11, 2018
1 parent 443577d commit 04ec161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/value/mod.rs
Expand Up @@ -379,7 +379,7 @@ impl Value {
self.as_u128().is_some()
}

/// If the `Value` is an integer, represent it as i64 if possible. Returns
/// If the `Value` is an integer, represent it as u64 if possible. Returns
/// None otherwise.
///
/// ```rust
Expand Down

0 comments on commit 04ec161

Please sign in to comment.