Skip to content

Commit

Permalink
Fix count usize link typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
redcape authored Feb 19, 2018
1 parent 27a046e commit 3f93151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/iter/iterator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ pub trait Iterator {
/// This function might panic if the iterator has more than [`usize::MAX`]
/// elements.
///
/// [`usize::MAX`]: ../../std/isize/constant.MAX.html
/// [`usize::MAX`]: ../../std/usize/constant.MAX.html
///
/// # Examples
///
Expand Down

0 comments on commit 3f93151

Please sign in to comment.