diff options
| author | Camelid <camelidcamel@gmail.com> | 2020-09-01 15:48:39 -0700 |
|---|---|---|
| committer | Camelid <camelidcamel@gmail.com> | 2020-09-01 15:48:39 -0700 |
| commit | e5c17bff3514cf951ffb304ddd1d5fe1887cca65 (patch) | |
| tree | 8b8e8a0f6bee773e52a45afcc6f57b9018fc6ff6 | |
| parent | 397db054cb1f3d98e3d2809d25c60f1979cd5a97 (diff) | |
| download | rust-e5c17bff3514cf951ffb304ddd1d5fe1887cca65.tar.gz rust-e5c17bff3514cf951ffb304ddd1d5fe1887cca65.zip | |
Clean up header in `iter` docs for `for` loops
| -rw-r--r-- | library/core/src/iter/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/iter/mod.rs b/library/core/src/iter/mod.rs index 28b22f80e2c..1be9c4de916 100644 --- a/library/core/src/iter/mod.rs +++ b/library/core/src/iter/mod.rs @@ -135,7 +135,7 @@ //! methods like `nth` and `fold` if an iterator can compute them more efficiently without calling //! `next`. //! -//! # for Loops and IntoIterator +//! # `for` loops and `IntoIterator` //! //! Rust's `for` loop syntax is actually sugar for iterators. Here's a basic //! example of `for`: |
