Skip to content

Commit 94bbce5

Browse files
committed
[NFC] Correct @_implements diagnostic typo
1 parent 29898f1 commit 94bbce5

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
@@ -581,7 +581,7 @@ public let ATTRIBUTE_NODES: [Node] = [
581581
Node(
582582
kind: .implementsAttributeArguments,
583583
base: .syntax,
584-
nameForDiagnostics: "@_implements arguemnts",
584+
nameForDiagnostics: "@_implements arguments",
585585
documentation:
586586
"The arguments for the `@_implements` attribute of the form `Type, methodName(arg1Label:arg2Label:)`",
587587
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)