You've already forked comprehensive-rust
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:
@ -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
|
Reference in New Issue
Block a user