diff --git a/src/map.rs b/src/map.rs index 2d47240..d130a1d 100644 --- a/src/map.rs +++ b/src/map.rs @@ -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 { map: MapImpl, }