Skip to content

Commit c6a1813

Browse files
authored
Add 'borrowing' and 'consuming' to list of keywords (#303)
This list got missed in PR #173 when adding them to the reference. Fixes: swiftlang/swift-book#300
2 parents ccaf847 + 0730ff9 commit c6a1813

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

TSPL.docc/ReferenceManual/LexicalStructure.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,9 @@ so they must be escaped with backticks in that context.
247247

248248
- Keywords used in declarations:
249249
`associatedtype`,
250+
`borrowing`,
250251
`class`,
252+
`consuming`,
251253
`deinit`,
252254
`enum`,
253255
`extension`,

0 commit comments

Comments
 (0)