Skip to content

Commit 2230d8d

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 bdb039d commit 2230d8d

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
@@ -1119,7 +1119,7 @@ impl<T> FusedIterator for Iter<'_, T> {}
11191119

11201120
/// An owning iterator over the elements of a `BinaryHeap`.
11211121
///
1122-
/// This `struct` is created by the [`into_iter`] method on [`BinaryHeap`]
1122+
/// This `struct` is created by [`BinaryHeap::into_iter()`]
11231123
/// (provided by the `IntoIterator` trait). See its documentation for more.
11241124
///
11251125
/// [`into_iter`]: BinaryHeap::into_iter

0 commit comments

Comments
 (0)