1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-16 06:10:26 +02:00

Re-apply formatting to SUMMARY.md (#1429)

With the latest version of mdbook-i18n-helpers, we now have support for
formatting in the `SUMMARY.md` file. This allows us to revert the
changes made in #130 when we first introduced the translation support.

This also aligns a few headings to match the heading in the outline.
While this isn’t strictly necessary, it removes a bit of work for the
translators.
This commit is contained in:
Martin Geisler
2023-12-01 19:20:28 +01:00
committed by GitHub
parent 9d21d5648d
commit 53baee82e3
4 changed files with 41 additions and 40 deletions

View File

@ -5,7 +5,7 @@ minutes: 5
<!-- NOTES:
The Iterator trait and basic usage
-->
# Iterators
# `Iterator`
The [`Iterator`][1] trait supports iterating over values in a collection. It
requires a `next` method and provides lots of methods. Many standard library types