Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
grynspan committed Dec 10, 2024
1 parent 56ad5ce commit 9aad9f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func applyEffectfulKeywords(_ effectfulKeywords: Set<Keyword>, 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(
Expand Down

0 comments on commit 9aad9f5

Please sign in to comment.