Skip to content

Commit 997ed09

Browse files
committed
Clarified part of the README
1 parent 4a1c3e8 commit 997ed09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ In many of the examples, CDQI queries are started with an expression such as `ma
5555

5656
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.
5757

58-
It is possible to use CDQI without doing this:
58+
It is possible to use CDQI without doing implementing `ManagedObjectContextType`:
5959

6060
```swift
6161
let query = EntityQuery.from(Developer).filter{ $0.lastName == "Morrissey" }

0 commit comments

Comments
 (0)