Skip to content

Commit efe1716

Browse files
authored
Merge pull request #23273 from mikeash/class-rename-comments-arent-documentation
2 parents 5816991 + c38f613 commit efe1716

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

stdlib/public/core/KeyPath.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ internal func _abstract(
2626

2727
// MARK: Type-erased abstract base classes
2828

29-
/// A type-erased key path, from any root type to any resulting value
30-
/// type. NOTE: older runtimes had Swift.AnyKeyPath as the ObjC name.
31-
/// The two must coexist, so it was renamed. The old name must not be
32-
/// used in the new runtime. _TtCs11_AnyKeyPath is the mangled name for
33-
/// Swift._AnyKeyPath.
29+
// A type-erased key path, from any root type to any resulting value
30+
// type. NOTE: older runtimes had Swift.AnyKeyPath as the ObjC name.
31+
// The two must coexist, so it was renamed. The old name must not be
32+
// used in the new runtime. _TtCs11_AnyKeyPath is the mangled name for
33+
// Swift._AnyKeyPath.
3434
@_objcRuntimeName(_TtCs11_AnyKeyPath)
3535
public class AnyKeyPath: Hashable, _AppendKeyPath {
3636
/// The root type for this key path.

0 commit comments

Comments
 (0)