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 2765df6 + 26b5230 commit 2c8c9daCopy full SHA for 2c8c9da
include/swift/Strings.h
@@ -113,7 +113,7 @@ constexpr static BuiltinNameStringLiteral BUILTIN_TYPE_NAME_UNSAFEVALUEBUFFER =
113
{"Builtin.UnsafeValueBuffer"};
114
/// The name of the Builtin type for UnknownObject
115
///
116
-/// This no longer exists as an AST-accessible type, but it's still used for
+/// This no longer exists as an AST-accessible type, but it's still used for
117
/// fields shaped like AnyObject when ObjC interop is enabled.
118
constexpr static BuiltinNameStringLiteral BUILTIN_TYPE_NAME_UNKNOWNOBJECT = {
119
"Builtin.UnknownObject"};
0 commit comments