Skip to content

Commit eb096cd

Browse files
committed
Alphabetize keywords in Lexical Structure (#330)
2 parents c072c9e + 738372e commit eb096cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TSPL.docc/ReferenceManual/LexicalStructure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ so they must be escaped with backticks in that context.
263263
`nonisolated`,
264264
`open`,
265265
`operator`,
266-
`private`,
267266
`precedencegroup`,
267+
`private`,
268268
`protocol`,
269269
`public`,
270270
`rethrows`,
@@ -294,8 +294,8 @@ so they must be escaped with backticks in that context.
294294
`in`,
295295
`repeat`,
296296
`return`,
297-
`throw`,
298297
`switch`,
298+
`throw`,
299299
`where`,
300300
and `while`.
301301
- Keywords used in expressions and types:

0 commit comments

Comments
 (0)