Skip to content

Commit 842bd55

Browse files
committed
Fix typo
(Thanks to spastorino for noticing this.)
1 parent 1cef026 commit 842bd55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-unsafe-extern-blocks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ They can only be used within an `unsafe` block.
6767
# Reference-level explanation
6868
[reference-level-explanation]: #reference-level-explanation
6969

70-
The grammar of the langauge is updated so that:
70+
The grammar of the language is updated so that:
7171

7272
* Editions >= 2024 *must* prefix all `extern` blocks with `unsafe`.
7373
* Editions < 2024 *should* prefix `extern` blocks with `unsafe`, this is a warn-by-default compatibility lint when `unsafe` is missing.

0 commit comments

Comments
 (0)