We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e8b95 commit 9ce62d4Copy full SHA for 9ce62d4
Sources/SafeFetching/SafeFetching.docc/Articles/build-predicates.md
@@ -286,7 +286,7 @@ let predicate: NSPredicate = .safe(on: User.self) { $0.score > 10 }
286
```
287
288
### Static
289
-Also, a predicate can be provided with ``Builders/Predicate/predicate(_:)``.
+Also, a predicate can be provided with ``Builders/Predicate/predicate(_:)-2fnp0``.
290
291
```swift
292
let predicate: Builders.Predicate<User> = .predicate { $0.score > 10 }
0 commit comments