Skip to content

Commit 70e3506

Browse files
committed
Add #unavailable to the list of keywords.
Co-authored-by: Scott Richmond (GitHub user @tadbyt)
1 parent 4a296e8 commit 70e3506

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

TSPL.docc/ReferenceManual/LexicalStructure.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,8 @@ so they must be escaped with backticks in that context.
324324
`#imageLiteral`,
325325
`#keyPath`,
326326
`#selector`,
327-
`#sourceLocation`.
327+
`#sourceLocation`,
328+
`#unavailable`.
328329

329330
> Note:
330331
> Prior to Swift 5.9,

0 commit comments

Comments
 (0)