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 a9fa8c9 + fff94ad commit e0f4326Copy full SHA for e0f4326
stdlib/public/runtime/KnownMetadata.cpp
@@ -148,12 +148,12 @@ namespace {
148
};
149
} // end anonymous namespace
150
151
-/// The basic value-witness table for @noescape function types.
+/// The basic value-witness table for escaping function types.
152
const ExtraInhabitantsValueWitnessTable
153
swift::VALUE_WITNESS_SYM(FUNCTION_MANGLING) =
154
ValueWitnessTableForBox<ThickFunctionBox>::table;
155
156
-/// The basic value-witness table for escaping function types.
+/// The basic value-witness table for @noescape function types.
157
158
swift::VALUE_WITNESS_SYM(NOESCAPE_FUNCTION_MANGLING) =
159
ValueWitnessTableForBox<TrivialThickFunctionBox>::table;
0 commit comments