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 cda1a0b commit adb8c10Copy full SHA for adb8c10
src/serde_seq.rs
@@ -34,7 +34,7 @@ use crate::IndexMap;
34
/// Serializes a `map::Slice` as an ordered sequence.
35
///
36
/// 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.
+/// of `(key, value)` pairs, rather than as a map that might not preserve order.
38
39
/// Requires crate feature `"serde"` or `"serde-1"`
40
impl<K, V> Serialize for MapSlice<K, V>
0 commit comments