diff --git a/TSPL.docc/ReferenceManual/LexicalStructure.md b/TSPL.docc/ReferenceManual/LexicalStructure.md index 9c32a8086..9c1b2e8f3 100644 --- a/TSPL.docc/ReferenceManual/LexicalStructure.md +++ b/TSPL.docc/ReferenceManual/LexicalStructure.md @@ -316,15 +316,16 @@ so they must be escaped with backticks in that context. - Keywords that begin with a number sign (`#`): `#available`, `#colorLiteral`, - `#elseif`, `#else`, + `#elseif`, `#endif`, `#fileLiteral`, `#if`, `#imageLiteral`, `#keyPath`, `#selector`, - `#sourceLocation`. + `#sourceLocation`, + `#unavailable`. > Note: > Prior to Swift 5.9,