Skip to content

Commit df4ef4c

Browse files
authored
Fix dead link in SE-0451 (#2924)
1 parent e9f15d7 commit df4ef4c

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
@@ -127,7 +127,7 @@ We propose extending the backtick-based syntax used to escape keywords as identi
127127
We will distinguish these two uses of backticks with the following terminology:
128128

129129
* An **escaped identifier** is a sequence of characters surrounded by backticks that starts with `identifier-head` and is followed by zero or more `identifier-character`, as defined in the Swift [grammar](https://docs.swift.org/swift-book/documentation/the-swift-programming-language/summaryofthegrammar/). This is what Swift supports today to treat keywords as identifiers.
130-
* A **raw identifier** is a sequence of characters surrounded by backticks that contains characters other than those allowed in an escaped identifier. The exact contents are described in [Permissible Characters](#permissible-characters) below.
130+
* A **raw identifier** is a sequence of characters surrounded by backticks that contains characters other than those allowed in an escaped identifier. The exact contents are described in [Permitted Characters](#permitted-characters) below.
131131

132132
In both cases, the backticks are **not** considered part of the identifier; they only delimit the identifier from surrounding tokens.
133133

0 commit comments

Comments
 (0)