Update library/alloc/src/collections/binary_heap.rs

Co-authored-by: Joshua Nelson <joshua@yottadb.com>
This commit is contained in:
Denis Vasilik 2020-09-18 16:45:35 +02:00 committed by GitHub
parent ec7225feac
commit 62e0ee1ba0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1223,7 +1223,7 @@ unsafe impl<T: Ord> TrustedLen for IntoIterSorted<T> {}
/// A draining iterator over the elements of a `BinaryHeap`.
///
/// This `struct` is created by the [`drain`] method on [`BinaryHeap`]. See its
/// This `struct` is created by [`BinaryHeap::drain()`]. See its
/// documentation for more.
///
/// [`drain`]: BinaryHeap::drain