Skip to content

Commit f09e1a0

Browse files
committed
Corrected grammar
1 parent 997ed09 commit f09e1a0

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 implementing `ManagedObjectContextType`:
58+
It is possible to use CDQI without implementing `ManagedObjectContextType`:
5959

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

0 commit comments

Comments
 (0)