Skip to content

Commit 9aad9f5

Browse files
committed
Typo
1 parent 56ad5ce commit 9aad9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Sources/TestingMacros/Support/EffectfulExpressionHandling.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ func applyEffectfulKeywords(_ effectfulKeywords: Set<Keyword>, to expr: some Exp
115115

116116
// Then add keyword expressions. (We do this separately so we end up writing
117117
// `try await __r(__r(self))` instead of `try __r(await __r(self))` which
118-
// is less accepted by the compiler.
118+
// is less accepted by the compiler.)
119119
if needAwait {
120120
expr = ExprSyntax(
121121
AwaitExprSyntax(

0 commit comments

Comments
 (0)