mirror of
https://github.com/serde-rs/json.git
synced 2026-03-13 17:57:45 +00:00
Fix a typo
This commit is contained in:
parent
a0ea9371cd
commit
aed7f7c818
@ -193,7 +193,7 @@ impl Map<String, Value> {
|
||||
}
|
||||
}
|
||||
|
||||
/// Moves all elements from other into Self, leaving other empty.
|
||||
/// Moves all elements from other into self, leaving other empty.
|
||||
#[inline]
|
||||
pub fn append(&mut self, other: &mut Self) {
|
||||
#[cfg(feature = "preserve_order")]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user