Skip to content

Commit b0e84ed

Browse files
authored
Merge pull request #348 from ehuss/prelude-additions
Re-title "Additions to the prelude"
2 parents f56c9ae + 4a924a5 commit b0e84ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
- [`gen` keyword](rust-2024/gen-keyword.md)
5555
- [Reserved syntax](rust-2024/reserved-syntax.md)
5656
- [Standard library](rust-2024/standard-library.md)
57-
- [Additions to the prelude](rust-2024/prelude.md)
57+
- [Changes to the prelude](rust-2024/prelude.md)
5858
- [Add `IntoIterator` for `Box<[T]>`](rust-2024/intoiterator-box-slice.md)
5959
- [Newly unsafe functions](rust-2024/newly-unsafe-functions.md)
6060
- [Cargo](rust-2024/cargo.md)

src/rust-2024/prelude.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Additions to the prelude
1+
# Changes to the prelude
22

33
## Summary
44

0 commit comments

Comments
 (0)