Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit cf08521

Browse files
committed
Merge branch 'master' of github.com:apple/swift into tensorflow-stage
* 'master' of github.com:apple/swift: Remove stray character.
2 parents 8d950ff + 2c8c9da commit cf08521

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)