Skip to content

Commit d9f4b5e

Browse files
committed
complete method docs
1 parent 330d942 commit d9f4b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/storage/src/lazy/mapping.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ where
132132
{
133133
/// Insert the given `value` to the contract storage.
134134
///
135-
/// Returns the size of the pre-existing value at the specified key if any.
135+
/// Returns the size in bytes of the pre-existing value at the specified key if any.
136136
#[inline]
137137
pub fn insert<Q, R>(&mut self, key: Q, value: &R) -> Option<u32>
138138
where

0 commit comments

Comments
 (0)