doc: first letter should be upper case
This commit is contained in:
parent
235d77457d
commit
cc762c29f3
@ -173,7 +173,7 @@
|
||||
/// ```
|
||||
/// use std::collections::BinaryHeap;
|
||||
///
|
||||
/// // type inference lets us omit an explicit type signature (which
|
||||
/// // Type inference lets us omit an explicit type signature (which
|
||||
/// // would be `BinaryHeap<i32>` in this example).
|
||||
/// let mut heap = BinaryHeap::new();
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user