Skip to content

Commit 9fcdb67

Browse files
authored
Merge pull request #889 from dzvon/patch-1
Fix a typo
2 parents a0ea937 + aed7f7c commit 9fcdb67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/map.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ impl Map<String, Value> {
193193
}
194194
}
195195

196-
/// Moves all elements from other into Self, leaving other empty.
196+
/// Moves all elements from other into self, leaving other empty.
197197
#[inline]
198198
pub fn append(&mut self, other: &mut Self) {
199199
#[cfg(feature = "preserve_order")]

0 commit comments

Comments
 (0)