Skip to content

Commit 719c40c

Browse files
denisvasilikJoshua Nelson
and
Joshua Nelson
authored
Update library/alloc/src/collections/binary_heap.rs
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
1 parent 62e0ee1 commit 719c40c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: library/alloc/src/collections/binary_heap.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,7 @@ impl<T> FusedIterator for Drain<'_, T> {}
12681268

12691269
/// A draining iterator over the elements of a `BinaryHeap`.
12701270
///
1271-
/// This `struct` is created by the [`drain_sorted`] method on [`BinaryHeap`]. See its
1271+
/// This `struct` is created by [`BinaryHeap::drain_sorted()`]. See its
12721272
/// documentation for more.
12731273
///
12741274
/// [`drain_sorted`]: BinaryHeap::drain_sorted

0 commit comments

Comments
 (0)