Skip to content

Commit

Permalink
Fix chapter title and use consistent capitalization
Browse files Browse the repository at this point in the history
We generally use sentence case for chapter titles.
  • Loading branch information
ehuss committed Nov 18, 2024
1 parent 36e80e7 commit 7826b2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
- [Cargo: Table and key name consistency](rust-2024/cargo-table-key-names.md)
- [Cargo: Reject unused inherited default-features](rust-2024/cargo-inherited-default-features.md)
- [Rustfmt: Combine all delimited exprs as last argument](rust-2024/rustfmt-overflow-delimited-expr.md)
- [Rustfmt: Style edition](rust-2024/rustfmt-style-edition.md)
- [Rustfmt: Raw identifier sorting](rust-2024/rustfmt-raw-identifier-sorting.md)
- [Rustfmt: Style Edition](rust-2024/rustfmt-style-edition.md)
- [Rustfmt: Version sorting](rust-2024/rustfmt-version-sorting.md)
- [`gen` keyword](rust-2024/gen-keyword.md)
- [Macro fragment specifiers](rust-2024/macro-fragment-specifiers.md)
Expand Down
2 changes: 1 addition & 1 deletion src/rust-2024/rustfmt-style-edition.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Rustfmt: Style Edition
# Rustfmt: Style edition

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

Expand Down
2 changes: 1 addition & 1 deletion src/rust-2024/rustfmt-version-sorting.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Rustfmt: Raw identifier sorting
# Rustfmt: Version sorting

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

Expand Down

0 comments on commit 7826b2c

Please sign in to comment.