Skip to content

Commit 233d674

Browse files
committed
Fix typo in comment
1 parent a39f5d5 commit 233d674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TestingMacros/Support/ConditionArgumentParsing.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ private final class _ContextInserter<C, M>: SyntaxRewriter where C: MacroExpansi
158158
) -> ExprSyntax {
159159
_rewriteDepth += 1
160160
if _rewriteDepth > _maximumRewriteDepth {
161-
// At least 2 ancestors of this node have already been rewritten, so do
161+
// At least _n_ ancestors of this node have already been rewritten, so do
162162
// not recursively rewrite further. This is necessary to limit the added
163163
// exponentional complexity we're throwing at the type checker.
164164
return ExprSyntax(originalNode())

0 commit comments

Comments
 (0)