From 921561cbda5a71d93f2e621c5cfa00e03c9100af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9on=20Avic=20Simmons?= Date: Mon, 22 Jun 2026 13:52:51 -0400 Subject: [PATCH] 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. --- .github/workflows/scripts/cross-pr-checkout.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/cross-pr-checkout.swift b/.github/workflows/scripts/cross-pr-checkout.swift index d9f1ed2a..675b203e 100644 --- a/.github/workflows/scripts/cross-pr-checkout.swift +++ b/.github/workflows/scripts/cross-pr-checkout.swift @@ -186,7 +186,7 @@ func main() async throws { throw GenericError( """ Expected two arguments: - - Repository name, eg. `swiftlang/swift-syntax + - Repository name, eg. `swiftlang/swift-syntax` - PR number """ )