Skip to content

Commit e53e480

Browse files
committed
minor doc fix
1 parent fbc05e6 commit e53e480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/set.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ impl<T, S> OrderSet<T, S> {
955955
///
956956
/// During sorting, the function is called at most once per entry, by using temporary storage
957957
/// to remember the results of its evaluation. The order of calls to the function is
958-
/// unspecified and may change between versions of `indexmap` or the standard library.
958+
/// unspecified and may change between versions of `ordermap` or the standard library.
959959
///
960960
/// Computes in **O(m n + n log n + c)** time () and **O(n)** space, where the function is
961961
/// **O(m)**, *n* is the length of the map, and *c* the capacity. The sort is stable.

0 commit comments

Comments
 (0)