Skip to content

Commit 5d896ab

Browse files
committed
Fix alphabetical order.
1 parent 70e3506 commit 5d896ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TSPL.docc/ReferenceManual/LexicalStructure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,8 @@ so they must be escaped with backticks in that context.
316316
- Keywords that begin with a number sign (`#`):
317317
`#available`,
318318
`#colorLiteral`,
319-
`#elseif`,
320319
`#else`,
320+
`#elseif`,
321321
`#endif`,
322322
`#fileLiteral`,
323323
`#if`,

0 commit comments

Comments
 (0)