diff --git a/crates/storage/src/lazy/mapping.rs b/crates/storage/src/lazy/mapping.rs index 9c853ac2549..4649fe3d9a1 100644 --- a/crates/storage/src/lazy/mapping.rs +++ b/crates/storage/src/lazy/mapping.rs @@ -175,7 +175,7 @@ where .unwrap_or_else(|error| panic!("Failed to take value in Mapping: {error:?}")) } - /// Get the size of a value stored at `key` in the contract storage. + /// Get the size in bytes of a value stored at `key` in the contract storage. /// /// Returns `None` if no `value` exists at the given `key`. #[inline]