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
@@ -98,7 +98,7 @@ Analogous to Core Data's `-com.apple.CoreData.SQLDebug` flag is CDQI's `-com.pro
98
98
99
99
### Integration
100
100
101
-
CDQI works its magic by creating proxy objects for each entity in your model, and then associating them with the corresponding entity via `associatedtype`. A tool in the `bin` folder of the project called `cdqi` will create the proxies and associate them for you.
101
+
CDQI works its magic by creating proxy objects for each entity in your model, and then associating them with the corresponding entity via `typealias`. A tool in the `bin` folder of the project called `cdqi` will create the proxies and associate them for you.
102
102
103
103
```swift
104
104
// All of the code below is automatically generated by the cdqi tool.
0 commit comments