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 d52ddf4 + 28884ff commit 0c684f0Copy full SHA for 0c684f0
lib/Sema/BuilderTransform.cpp
@@ -1208,7 +1208,7 @@ class BuilderClosureRewriter
1208
// Note that this is for staging in support for buildLimitedAvailability();
1209
// the diagnostic is currently a warning, so that existing code that
1210
// compiles today will continue to compile. Once function builder types
1211
- // have had the change to adopt buildLimitedAvailability(), we'll upgrade
+ // have had the chance to adopt buildLimitedAvailability(), we'll upgrade
1212
// this warning to an error.
1213
if (auto availabilityCond = findAvailabilityCondition(ifStmt->getCond())) {
1214
SourceLoc loc = availabilityCond->getStartLoc();
0 commit comments