Skip to content

Commit

Permalink
dot
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Mar 13, 2024
1 parent 8751369 commit 70d72e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ impl Value {
///
/// # Panics
///
/// Panics if the key length is empty or greater than 2^16, or the value length is greater than 2^32
/// Panics if the key length is empty or greater than 2^16, or the value length is greater than 2^32.
pub fn new<K: Into<UserKey>, V: Into<UserValue>>(
key: K,
value: V,
Expand Down

0 comments on commit 70d72e4

Please sign in to comment.