(Thanks to spastorino for noticing this.)
This commit is contained in:
Travis Cross 2024-05-06 06:13:36 +00:00
parent 1cef0263cc
commit 842bd55b04
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ They can only be used within an `unsafe` block.
# Reference-level explanation
[reference-level-explanation]: #reference-level-explanation
The grammar of the langauge is updated so that:
The grammar of the language is updated so that:
* Editions >= 2024 *must* prefix all `extern` blocks with `unsafe`.
* Editions < 2024 *should* prefix `extern` blocks with `unsafe`, this is a warn-by-default compatibility lint when `unsafe` is missing.