Skip to content

Commit

Permalink
Add 'the' before 'start'/'end'
Browse files Browse the repository at this point in the history
  • Loading branch information
Stjepan Glavina committed Mar 22, 2017
1 parent d6da1d9 commit b7a3d46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libcollections/range.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use Bound::{self, Excluded, Included, Unbounded};
pub trait RangeArgument<T: ?Sized> {
/// Start index bound.
///
/// Returns start value as a `Bound`.
/// Returns the start value as a `Bound`.
///
/// # Examples
///
Expand All @@ -44,7 +44,7 @@ pub trait RangeArgument<T: ?Sized> {

/// End index bound.
///
/// Returns end value as a `Bound`.
/// Returns the end value as a `Bound`.
///
/// # Examples
///
Expand Down

0 comments on commit b7a3d46

Please sign in to comment.