Skip to content

Commit 106a441

Browse files
authored
Merge pull request #2160 from apple/natecook1000-patch-2
Update 0397-freestanding-declaration-macros.md
2 parents d6ea1fa + 8a2975c commit 106a441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0397-freestanding-declaration-macros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public protocol DeclarationMacro: FreestandingMacro {
4141
static func expansion(
4242
of node: some FreestandingMacroExpansionSyntax,
4343
in context: some MacroExpansionContext
44-
) async throws -> [DeclSyntax]
44+
) throws -> [DeclSyntax]
4545
}
4646
```
4747

0 commit comments

Comments
 (0)