We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ea937 commit aed7f7cCopy full SHA for aed7f7c
src/map.rs
@@ -193,7 +193,7 @@ impl Map<String, Value> {
193
}
194
195
196
- /// Moves all elements from other into Self, leaving other empty.
+ /// Moves all elements from other into self, leaving other empty.
197
#[inline]
198
pub fn append(&mut self, other: &mut Self) {
199
#[cfg(feature = "preserve_order")]
0 commit comments