Skip to content
This repository was archived by the owner on Sep 24, 2022. It is now read-only.

Commit f60e342

Browse files
authored
Merge pull request #370 from zeenix/fix-typo
Fix a small typo in docs
2 parents 436acbd + 87fcd65 commit f60e342

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/map.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ use std::collections::{btree_map, BTreeMap};
2828
#[cfg(feature = "preserve_order")]
2929
use indexmap::{self, IndexMap};
3030

31-
/// Represents a JSON key/value type.
31+
/// Represents a TOML key/value type.
3232
pub struct Map<K, V> {
3333
map: MapImpl<K, V>,
3434
}

0 commit comments

Comments
 (0)