Skip to content

Commit 62e0ee1

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 ec7225f commit 62e0ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/src/collections/binary_heap.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1223,7 +1223,7 @@ unsafe impl<T: Ord> TrustedLen for IntoIterSorted<T> {}
12231223

12241224
/// A draining iterator over the elements of a `BinaryHeap`.
12251225
///
1226-
/// This `struct` is created by the [`drain`] method on [`BinaryHeap`]. See its
1226+
/// This `struct` is created by [`BinaryHeap::drain()`]. See its
12271227
/// documentation for more.
12281228
///
12291229
/// [`drain`]: BinaryHeap::drain

0 commit comments

Comments
 (0)