Skip to content

Commit d434ec4

Browse files
committed
---
yaml --- r: 347182 b: refs/heads/master c: 505e73a h: refs/heads/master
1 parent 13001bc commit d434ec4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 7fbb1fd53938cf493d9080a95f3e1aad8a07028e
2+
refs/heads/master: 505e73adc9705289e3311b9c67849a8166a13358
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/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)