Fix a small typo in docs

master
Zeeshan Ali 2020-01-19 21:01:22 +01:00
parent 436acbd31d
commit 87fcd656a6
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ use std::collections::{btree_map, BTreeMap};
#[cfg(feature = "preserve_order")]
use indexmap::{self, IndexMap};
/// Represents a JSON key/value type.
/// Represents a TOML key/value type.
pub struct Map<K, V> {
map: MapImpl<K, V>,
}