Skip to content

Commit c320aa4

Browse files
committed
Capitalize the "unsafe" in "unsafe extern"
For better parity with "Unsafe attributes", e.g. in the table of contents, let's similarly capitalize the "unsafe" in "unsafe extern".
1 parent 0e043ba commit c320aa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SUMMARY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@
5050
- [`gen` keyword](rust-2024/gen-keyword.md)
5151
- [Macro fragment specifiers](rust-2024/macro-fragment-specifiers.md)
5252
- [Never type fallback change](rust-2024/never-type-fallback.md)
53-
- [`unsafe extern` blocks](rust-2024/unsafe-extern.md)
53+
- [Unsafe `extern` blocks](rust-2024/unsafe-extern.md)
5454
- [Unsafe attributes](rust-2024/unsafe-attributes.md)

src/rust-2024/unsafe-extern.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# `unsafe extern` blocks
1+
# Unsafe `extern` blocks
22

33
🚧 The 2024 Edition has not yet been released and hence this section is still "under construction".
44
More information may be found in the tracking issue at <https://github.com/rust-lang/rust/issues/123743>.

0 commit comments

Comments
 (0)