Skip to content

Commit

Permalink
Fix FlurryHashMap doc references
Browse files Browse the repository at this point in the history
  • Loading branch information
twe4ked committed Feb 21, 2020
1 parent 44160db commit 0905e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/set.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use crate::epoch::{self, Guard};
use crate::iter::Keys;
use crate::HashMap;

/// A concurrent hash set implemented as a `FlurryHashMap` where the value is `()`.
/// A concurrent hash set implemented as a `HashMap` where the value is `()`.
///
/// # Examples
///
Expand Down Expand Up @@ -245,7 +245,7 @@ where

/// An iterator over the set's values.
///
/// See [`FlurryHashMap::keys`] for details.
/// See [`HashMap::keys`] for details.
///
/// # Examples
///
Expand Down

0 comments on commit 0905e32

Please sign in to comment.