mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
@@ -204,7 +204,7 @@ internal enum KeyPathKind { case readOnly, value, reference }
|
|||||||
/// The most common way to make an instance of this type
|
/// The most common way to make an instance of this type
|
||||||
/// is by using a key-path expression like `\SomeClass.someProperty`.
|
/// is by using a key-path expression like `\SomeClass.someProperty`.
|
||||||
/// For more information,
|
/// For more information,
|
||||||
/// see [Key-Path Expressions[keypath] in *[The Swift Programming Language][tspl]*.
|
/// see [Key-Path Expressions][keypath] in *[The Swift Programming Language][tspl]*.
|
||||||
///
|
///
|
||||||
/// [keypath]: https://docs.swift.org/swift-book/ReferenceManual/Expressions.html#ID563
|
/// [keypath]: https://docs.swift.org/swift-book/ReferenceManual/Expressions.html#ID563
|
||||||
/// [tspl]: https://docs.swift.org/swift-book/
|
/// [tspl]: https://docs.swift.org/swift-book/
|
||||||
|
|||||||
Reference in New Issue
Block a user