Skip to content

Commit adb8c10

Browse files
committed
typo fix
1 parent cda1a0b commit adb8c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/serde_seq.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ use crate::IndexMap;
3434
/// Serializes a `map::Slice` as an ordered sequence.
3535
///
3636
/// This behaves like [`crate::serde_seq`] for `IndexMap`, serializing a sequence
37-
/// of `(key, value)` pairs, rather than as a map that might not preserver order.
37+
/// of `(key, value)` pairs, rather than as a map that might not preserve order.
3838
///
3939
/// Requires crate feature `"serde"` or `"serde-1"`
4040
impl<K, V> Serialize for MapSlice<K, V>

0 commit comments

Comments
 (0)