We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b5a479 + 8050318 commit f50770eCopy full SHA for f50770e
lib/Sema/BuilderTransform.cpp
@@ -363,7 +363,7 @@ class ResultBuilderTransform
363
} else {
364
Expr *buildBlockResult = buildBlockVarRef.get();
365
// Otherwise, it's a top-level brace and we need to synthesize
366
- // a call to `buildFialBlock` if supported.
+ // a call to `buildFinalBlock` if supported.
367
if (builder.supports(ctx.Id_buildFinalResult, {Identifier()})) {
368
buildBlockResult =
369
builder.buildCall(resultLoc, ctx.Id_buildFinalResult,
0 commit comments