swiftlang / swift-book

The Swift Programming Language book
Apache License 2.0
1.76k stars 162 forks source link

Correct Grammar of a declaration #259

Open tadbyt opened 10 months ago

tadbyt commented 10 months ago

Location

https://docs.swift.org/swift-book/documentation/the-swift-programming-language/declarations https://docs.swift.org/swift-book/documentation/the-swift-programming-language/summaryofthegrammar#Declarations

Description

There is a trailing backslash in the final production of declaration, both in the introduction of the Declarations section and in the Declarations subsection of the Summary of the Grammar section.

Correction

Remove the trailing backslash in both place.