Skip to content

Commit

Permalink
🩹 Fix a broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
ftchirou authored Jan 8, 2024
1 parent 59005e1 commit 1dbb2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PredicateKit/CoreData/NSFetchRequestBuilder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ private extension Primitive {

extension AnyKeyPath {
var stringValue: String {
// https://github.com/apple/swift/blob/main/stdlib/public/core/KeyPath.swift#L124
// https://github.com/apple/swift/blob/swift-5.9.2-RELEASE/stdlib/public/core/KeyPath.swift#L191
guard let value = _kvcKeyPathString else {
fatalError("Could not create a string representation of the key path \(self).")
}
Expand Down

0 comments on commit 1dbb2c5

Please sign in to comment.