Skip to content

Commit ee94d9d

Browse files
authored
Rollup merge of rust-lang#80677 - kw-fn:patch-2, r=jyn514
doc -- list edit for consistency
2 parents cb43373 + e152582 commit ee94d9d

File tree

1 file changed

+1
-1
lines changed
  • library/core/src/iter/adapters

1 file changed

+1
-1
lines changed

library/core/src/iter/adapters/zip.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ impl<A: Debug + TrustedRandomAccess, B: Debug + TrustedRandomAccess> ZipFmt<A, B
397397
/// only be called at most `self.size() - idx - 1` times.
398398
/// 4. After `get_unchecked` is called, then only the following methods will be
399399
/// called on `self`:
400-
/// * `std::clone::Clone::clone`
400+
/// * `std::clone::Clone::clone()`
401401
/// * `std::iter::Iterator::size_hint()`
402402
/// * `std::iter::Iterator::next_back()`
403403
/// * `std::iter::Iterator::__iterator_get_unchecked()`

0 commit comments

Comments
 (0)