Skip to content

Commit

Permalink
reorder phrasing slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
geeklint committed Apr 19, 2023
1 parent ba06dea commit 3b90d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! inserted into the set.
//!
//! This source code can be used as a template for a similar data structure for
//! any `Eq`-implementing type.
//! any type which implements `Eq`.
//!
//! This data structure uses atomic singly-linked lists in two forms to enable
//! its operations. One list has a node for every distinct `TypeId` that has
Expand Down

0 comments on commit 3b90d35

Please sign in to comment.