diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 20b49997..b4b67537 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -54,7 +54,7 @@ - [`gen` keyword](rust-2024/gen-keyword.md) - [Reserved syntax](rust-2024/reserved-syntax.md) - [Standard library](rust-2024/standard-library.md) - - [Additions to the prelude](rust-2024/prelude.md) + - [Changes to the prelude](rust-2024/prelude.md) - [Add `IntoIterator` for `Box<[T]>`](rust-2024/intoiterator-box-slice.md) - [Newly unsafe functions](rust-2024/newly-unsafe-functions.md) - [Cargo](rust-2024/cargo.md) diff --git a/src/rust-2024/prelude.md b/src/rust-2024/prelude.md index e72b0db3..37ea78f5 100644 --- a/src/rust-2024/prelude.md +++ b/src/rust-2024/prelude.md @@ -1,4 +1,4 @@ -# Additions to the prelude +# Changes to the prelude ## Summary