Fix a typo

This commit is contained in:
Dezhi Wu 2022-05-05 22:07:13 +08:00 committed by GitHub
parent a0ea9371cd
commit aed7f7c818
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")]