about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2021-01-05 09:52:50 +0900
committerGitHub <noreply@github.com>2021-01-05 09:52:50 +0900
commitee94d9d690df06a1336dd671757a7e814b797b51 (patch)
tree3cd5e6db7fc05cc74dae340aacc58adc9035e796
parentcb433736da31da4924115bc44c8c95a2a6b7fc84 (diff)
parente152582a2b5c214d705c6c60e12dc4d996491081 (diff)
downloadrust-ee94d9d690df06a1336dd671757a7e814b797b51.tar.gz
rust-ee94d9d690df06a1336dd671757a7e814b797b51.zip
Rollup merge of #80677 - kw-fn:patch-2, r=jyn514
doc -- list edit for consistency
-rw-r--r--library/core/src/iter/adapters/zip.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/iter/adapters/zip.rs b/library/core/src/iter/adapters/zip.rs
index 8cd4c775231..5766fd3c887 100644
--- a/library/core/src/iter/adapters/zip.rs
+++ b/library/core/src/iter/adapters/zip.rs
@@ -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()`