Skip to content

Commit

Permalink
doc -- list edit for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver committed Jan 4, 2021
1 parent 8018418 commit e152582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/iter/adapters/zip.rs
Expand Up @@ -397,7 +397,7 @@ impl<A: Debug + TrustedRandomAccess, B: Debug + TrustedRandomAccess> ZipFmt<A, B
/// only be called at most `self.size() - idx - 1` times.
/// 4. After `get_unchecked` is called, then only the following methods will be
/// called on `self`:
/// * `std::clone::Clone::clone`
/// * `std::clone::Clone::clone()`
/// * `std::iter::Iterator::size_hint()`
/// * `std::iter::Iterator::next_back()`
/// * `std::iter::Iterator::__iterator_get_unchecked()`
Expand Down

0 comments on commit e152582

Please sign in to comment.