Fix link markup.

Co-authored-by: Ben Rimmington <me@benrimmington.com>
This commit is contained in:
Alex Martini
2022-08-08 15:40:47 -07:00
committed by GitHub
parent c0abd3a3e8
commit bfba8d17ea

View File

@@ -204,7 +204,7 @@ internal enum KeyPathKind { case readOnly, value, reference }
/// The most common way to make an instance of this type
/// is by using a key-path expression like `\SomeClass.someProperty`.
/// 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
/// [tspl]: https://docs.swift.org/swift-book/