We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235d774 commit cc762c2Copy full SHA for cc762c2
src/libcollections/binary_heap.rs
@@ -173,7 +173,7 @@ use vec::{self, Vec};
173
/// ```
174
/// use std::collections::BinaryHeap;
175
///
176
-/// // type inference lets us omit an explicit type signature (which
+/// // Type inference lets us omit an explicit type signature (which
177
/// // would be `BinaryHeap<i32>` in this example).
178
/// let mut heap = BinaryHeap::new();
179
0 commit comments