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.
1 parent 8920da2 commit 26b5230Copy full SHA for 26b5230
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