Skip to content

Commit c033739

Browse files
committed
Actually, typealias is better in this context.
1 parent 335ebba commit c033739

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
@@ -98,7 +98,7 @@ Analogous to Core Data's `-com.apple.CoreData.SQLDebug` flag is CDQI's `-com.pro
9898

9999
### Integration
100100

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.
102102

103103
```swift
104104
// All of the code below is automatically generated by the cdqi tool.

0 commit comments

Comments
 (0)