Skip to content

Commit ec7225f

Browse files
denisvasilikJoshua Nelson
and
Joshua Nelson
authored
Update library/alloc/src/collections/binary_heap.rs
Co-authored-by: Joshua Nelson <[email protected]>
1 parent 2230d8d commit ec7225f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/src/collections/binary_heap.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ impl<T> Drop for Hole<'_, T> {
10551055

10561056
/// An iterator over the elements of a `BinaryHeap`.
10571057
///
1058-
/// This `struct` is created by the [`iter`] method on [`BinaryHeap`]. See its
1058+
/// This `struct` is created by [`BinaryHeap::iter()`]. See its
10591059
/// documentation for more.
10601060
///
10611061
/// [`iter`]: BinaryHeap::iter

0 commit comments

Comments
 (0)