Skip to content

Commit f50770e

Browse files
authored
Merge pull request #85841 from ultramiraculous/patch-5
Fix BuilderTransform.cpp `buildFialBlock` typo
2 parents 7b5a479 + 8050318 commit f50770e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/BuilderTransform.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ class ResultBuilderTransform
363363
} else {
364364
Expr *buildBlockResult = buildBlockVarRef.get();
365365
// Otherwise, it's a top-level brace and we need to synthesize
366-
// a call to `buildFialBlock` if supported.
366+
// a call to `buildFinalBlock` if supported.
367367
if (builder.supports(ctx.Id_buildFinalResult, {Identifier()})) {
368368
buildBlockResult =
369369
builder.buildCall(resultLoc, ctx.Id_buildFinalResult,

0 commit comments

Comments
 (0)