Skip to content

Commit 7826b2c

Browse files
committed
Fix chapter title and use consistent capitalization
We generally use sentence case for chapter titles.
1 parent 36e80e7 commit 7826b2c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
- [Cargo: Table and key name consistency](rust-2024/cargo-table-key-names.md)
5050
- [Cargo: Reject unused inherited default-features](rust-2024/cargo-inherited-default-features.md)
5151
- [Rustfmt: Combine all delimited exprs as last argument](rust-2024/rustfmt-overflow-delimited-expr.md)
52+
- [Rustfmt: Style edition](rust-2024/rustfmt-style-edition.md)
5253
- [Rustfmt: Raw identifier sorting](rust-2024/rustfmt-raw-identifier-sorting.md)
53-
- [Rustfmt: Style Edition](rust-2024/rustfmt-style-edition.md)
5454
- [Rustfmt: Version sorting](rust-2024/rustfmt-version-sorting.md)
5555
- [`gen` keyword](rust-2024/gen-keyword.md)
5656
- [Macro fragment specifiers](rust-2024/macro-fragment-specifiers.md)

src/rust-2024/rustfmt-style-edition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Rustfmt: Style Edition
1+
# Rustfmt: Style edition
22

33
🚧 The 2024 Edition has not yet been released and hence this section is still "under construction".
44

src/rust-2024/rustfmt-version-sorting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Rustfmt: Raw identifier sorting
1+
# Rustfmt: Version sorting
22

33
🚧 The 2024 Edition has not yet been released and hence this section is still "under construction".
44

0 commit comments

Comments
 (0)