Skip to content

Commit

Permalink
Merge pull request #55 from sffc/docfix
Browse files Browse the repository at this point in the history
Small docs fix
  • Loading branch information
Manishearth authored Jul 26, 2023
2 parents 13a7d40 + b06f120 commit 56d0537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ impl<K, V, S> FrozenMap<K, V, S> {
/// # Examples
///
/// ```
/// use elsa::sync::FrozenMap;
/// use elsa::FrozenMap;
///
/// let map = FrozenMap::new();
/// map.insert(1, Box::new("a"));
Expand Down Expand Up @@ -414,7 +414,7 @@ impl<K, V> FrozenBTreeMap<K, V> {
/// # Examples
///
/// ```
/// use elsa::sync::FrozenBTreeMap;
/// use elsa::FrozenBTreeMap;
///
/// let map = FrozenBTreeMap::new();
/// map.insert(1, Box::new("a"));
Expand Down

0 comments on commit 56d0537

Please sign in to comment.