Skip to content

Commit bfba8d1

Browse files
Fix link markup.
Co-authored-by: Ben Rimmington <[email protected]>
1 parent c0abd3a commit bfba8d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/KeyPath.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ internal enum KeyPathKind { case readOnly, value, reference }
204204
/// The most common way to make an instance of this type
205205
/// is by using a key-path expression like `\SomeClass.someProperty`.
206206
/// For more information,
207-
/// see [Key-Path Expressions[keypath] in *[The Swift Programming Language][tspl]*.
207+
/// see [Key-Path Expressions][keypath] in *[The Swift Programming Language][tspl]*.
208208
///
209209
/// [keypath]: https://docs.swift.org/swift-book/ReferenceManual/Expressions.html#ID563
210210
/// [tspl]: https://docs.swift.org/swift-book/

0 commit comments

Comments
 (0)