Skip to content

Commit 1a8f908

Browse files
Add missing link in docs
1 parent 6b9b97b commit 1a8f908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/iter/iterator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ pub trait Iterator {
161161
/// That said, the implementation should provide a correct estimation,
162162
/// because otherwise it would be a violation of the trait's protocol.
163163
///
164-
/// The default implementation returns `(0, None)` which is correct for any
164+
/// The default implementation returns `(0, `[`None`]`)` which is correct for any
165165
/// iterator.
166166
///
167167
/// [`usize`]: ../../std/primitive.usize.html

0 commit comments

Comments
 (0)