Skip to content

Commit 2c8c9da

Browse files
authored
Merge pull request swiftlang#34155 from adrian-prantl/straychar
2 parents 2765df6 + 26b5230 commit 2c8c9da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Strings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ constexpr static BuiltinNameStringLiteral BUILTIN_TYPE_NAME_UNSAFEVALUEBUFFER =
113113
{"Builtin.UnsafeValueBuffer"};
114114
/// The name of the Builtin type for UnknownObject
115115
///
116-
/// This no longer exists as an AST-accessible type, but it's still used for
116+
/// This no longer exists as an AST-accessible type, but it's still used for
117117
/// fields shaped like AnyObject when ObjC interop is enabled.
118118
constexpr static BuiltinNameStringLiteral BUILTIN_TYPE_NAME_UNKNOWNOBJECT = {
119119
"Builtin.UnknownObject"};

0 commit comments

Comments
 (0)