Skip to content

Commit 2768756

Browse files
authored
Merge pull request #2599 from amartini51/master
Fix typo
2 parents e18d3e7 + e841443 commit 2768756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0451-escaped-identifiers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ In [Zig](https://ziglang.org/documentation/master/#Identifiers), an identifier t
205205

206206
A raw identifier may contain any valid Unicode characters except for the following:
207207

208-
* The backtick (`` ` ``) itself, which termintes the identifier.
208+
* The backtick (`` ` ``) itself, which terminates the identifier.
209209
* The backslash (`\`), which is reserved for potential future escape sequences.
210210
* Carriage return (`U+000D`) or newline (`U+000A`); identifiers must be written on a single line.
211211
* The NUL character (`U+0000`), which already emits a warning if present in Swift source but would be disallowed completely in a raw identifier.

0 commit comments

Comments
 (0)