Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit a616487

Browse files
authored
build: correct typo (#271)
Fix a typo that @MaxDesiatov identified.
1 parent 81762d0 commit a616487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package@swift-5.5.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
.library(name: "SwiftDoc", targets: ["SwiftDoc"])
1414
],
1515
dependencies: [
16-
.package(name: "SwiftSyntax", url: "https://github.com/apple/swift-syntax.git", .revision("release/5.5)),
16+
.package(name: "SwiftSyntax", url: "https://github.com/apple/swift-syntax.git", .revision("release/5.5")),
1717
.package(url: "https://github.com/SwiftDocOrg/SwiftSemantics.git", .upToNextMinor(from: "0.3.0")),
1818
.package(url: "https://github.com/SwiftDocOrg/CommonMark.git", .upToNextMinor(from: "0.5.0")),
1919
.package(url: "https://github.com/SwiftDocOrg/SwiftMarkup.git", .upToNextMinor(from: "0.3.0")),

0 commit comments

Comments
 (0)