Skip to content

Commit

Permalink
Capitalize the "unsafe" in "unsafe extern"
Browse files Browse the repository at this point in the history
For better parity with "Unsafe attributes", e.g. in the table of
contents, let's similarly capitalize the "unsafe" in "unsafe extern".
  • Loading branch information
traviscross committed Jul 21, 2024
1 parent 0e043ba commit c320aa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
- [`gen` keyword](rust-2024/gen-keyword.md)
- [Macro fragment specifiers](rust-2024/macro-fragment-specifiers.md)
- [Never type fallback change](rust-2024/never-type-fallback.md)
- [`unsafe extern` blocks](rust-2024/unsafe-extern.md)
- [Unsafe `extern` blocks](rust-2024/unsafe-extern.md)
- [Unsafe attributes](rust-2024/unsafe-attributes.md)
2 changes: 1 addition & 1 deletion src/rust-2024/unsafe-extern.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `unsafe extern` blocks
# Unsafe `extern` blocks

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

0 comments on commit c320aa4

Please sign in to comment.