From 70d72e43363ac74e45c722a3f2fe87c8043b81ca Mon Sep 17 00:00:00 2001 From: marvin-j97 Date: Wed, 13 Mar 2024 22:30:58 +0100 Subject: [PATCH] dot --- src/value.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/value.rs b/src/value.rs index 3fcfeef..0a76c13 100644 --- a/src/value.rs +++ b/src/value.rs @@ -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, V: Into>( key: K, value: V,