From 9aad9f53b03ac2bcfa8df7d9f3ab88e8caaddce0 Mon Sep 17 00:00:00 2001 From: Jonathan Grynspan Date: Tue, 10 Dec 2024 10:15:00 -0500 Subject: [PATCH] Typo --- Sources/TestingMacros/Support/EffectfulExpressionHandling.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/TestingMacros/Support/EffectfulExpressionHandling.swift b/Sources/TestingMacros/Support/EffectfulExpressionHandling.swift index 7247fa0f9..1fa8678d8 100644 --- a/Sources/TestingMacros/Support/EffectfulExpressionHandling.swift +++ b/Sources/TestingMacros/Support/EffectfulExpressionHandling.swift @@ -115,7 +115,7 @@ func applyEffectfulKeywords(_ effectfulKeywords: Set, to expr: some Exp // Then add keyword expressions. (We do this separately so we end up writing // `try await __r(__r(self))` instead of `try __r(await __r(self))` which - // is less accepted by the compiler. + // is less accepted by the compiler.) if needAwait { expr = ExprSyntax( AwaitExprSyntax(