Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM committed Jul 13, 2024
1 parent 36d6694 commit 981bbf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/EnumeratorMacroImpl/EnumeratorMacroType.swift
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ extension EnumeratorMacroType: MemberMacro {
Diagnostic(
node: codeSyntax,
message: MacroError.internalError(
"Could not convert an CodeBlockItemSyntax to a DeclSyntax"
"Could not convert a CodeBlockItemSyntax to a DeclSyntax"
)
)
)
Expand Down

0 comments on commit 981bbf2

Please sign in to comment.