Skip to content

Commit 921561c

Browse files
committed
docs: add missing closing backtick in error message
The inline code example `swiftlang/swift-syntax was missing its closing backtick in the usage error message.
1 parent cad6f2b commit 921561c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scripts/cross-pr-checkout.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ func main() async throws {
186186
throw GenericError(
187187
"""
188188
Expected two arguments:
189-
- Repository name, eg. `swiftlang/swift-syntax
189+
- Repository name, eg. `swiftlang/swift-syntax`
190190
- PR number
191191
"""
192192
)

0 commit comments

Comments
 (0)