doc: first letter should be upper case

This commit is contained in:
Tshepang Lekhonkhobe 2016-03-29 00:56:11 +02:00
parent 235d77457d
commit cc762c29f3

View File

@ -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();
///