You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ In many of the examples, CDQI queries are started with an expression such as `ma
55
55
56
56
Since it's highly unlikely that any other first- or third-party framework will add a `from` method to `NSManagedObjectContext`, this necessity will be removed in CDQI 5.0.
57
57
58
-
It is possible to use CDQI without doing implementing `ManagedObjectContextType`:
58
+
It is possible to use CDQI without implementing `ManagedObjectContextType`:
59
59
60
60
```swift
61
61
let query = EntityQuery.from(Developer).filter{ $0.lastName=="Morrissey" }
0 commit comments