Skip to content

Commit b7a3d46

Browse files
author
Stjepan Glavina
committed
Add 'the' before 'start'/'end'
1 parent d6da1d9 commit b7a3d46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libcollections/range.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use Bound::{self, Excluded, Included, Unbounded};
2222
pub trait RangeArgument<T: ?Sized> {
2323
/// Start index bound.
2424
///
25-
/// Returns start value as a `Bound`.
25+
/// Returns the start value as a `Bound`.
2626
///
2727
/// # Examples
2828
///
@@ -44,7 +44,7 @@ pub trait RangeArgument<T: ?Sized> {
4444

4545
/// End index bound.
4646
///
47-
/// Returns end value as a `Bound`.
47+
/// Returns the end value as a `Bound`.
4848
///
4949
/// # Examples
5050
///

0 commit comments

Comments
 (0)