Skip to content

Commit cc762c2

Browse files
committed
doc: first letter should be upper case
1 parent 235d774 commit cc762c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcollections/binary_heap.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ use vec::{self, Vec};
173173
/// ```
174174
/// use std::collections::BinaryHeap;
175175
///
176-
/// // type inference lets us omit an explicit type signature (which
176+
/// // Type inference lets us omit an explicit type signature (which
177177
/// // would be `BinaryHeap<i32>` in this example).
178178
/// let mut heap = BinaryHeap::new();
179179
///

0 commit comments

Comments
 (0)