Skip to content

Commit

Permalink
doc: first letter should be upper case
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Mar 28, 2016
1 parent 235d774 commit cc762c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcollections/binary_heap.rs
Expand Up @@ -173,7 +173,7 @@ use vec::{self, Vec};
/// ```
/// 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();
///
Expand Down

0 comments on commit cc762c2

Please sign in to comment.