File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -509,7 +509,7 @@ Replace the `some-tag` placeholder in the code above
509509with the Git tag for the version of SwiftSyntax you want to use.
510510
511511Depending on your macro's role,
512- there's a corresponding protocol from SwiftSystem
512+ there's a corresponding protocol from SwiftSyntax
513513that the macro implementation conforms to.
514514For example,
515515consider ` #fourCharacterCode ` from the previous section.
@@ -571,7 +571,7 @@ so the `FourCharacterCode` type that implements it
571571conforms to the ` ExpressionMacro ` protocol.
572572The ` ExpressionMacro ` protocol has one requirement,
573573a ` expansion(of:in:) ` method that expands the AST.
574- For the list of macro roles and their corresponding SwiftSystem protocols,
574+ For the list of macro roles and their corresponding SwiftSyntax protocols,
575575see < doc:Attributes#attached > and < doc:Attributes#freestanding >
576576in < doc:Attributes > .
577577
You can’t perform that action at this time.
0 commit comments