From 87fcd656a6720b88323ee4a932c64d6b08676cf4 Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Date: Sun, 19 Jan 2020 21:01:22 +0100 Subject: Fix a small typo in docs --- src/map.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, } -- cgit v1.2.3