Skip to content

Commit 1831ab3

Browse files
committed
[NFC] Correct @_implements diagnostic typo
1 parent bf21bd2 commit 1831ab3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CodeGeneration/Sources/SyntaxSupport/AttributeNodes.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ public let ATTRIBUTE_NODES: [Node] = [
576576
Node(
577577
kind: .implementsAttributeArguments,
578578
base: .syntax,
579-
nameForDiagnostics: "@_implements arguemnts",
579+
nameForDiagnostics: "@_implements arguments",
580580
documentation:
581581
"The arguments for the `@_implements` attribute of the form `Type, methodName(arg1Label:arg2Label:)`",
582582
children: [

Sources/SwiftParserDiagnostics/generated/SyntaxKindNameForDiagnostics.swift

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)