This commit is contained in:
John Estropia
2017-10-02 11:08:44 +09:00
parent 9eaf85388c
commit 11743dfb5f

View File

@@ -257,7 +257,7 @@ public struct OrderBy<D: DynamicObject>: OrderByClause, FetchClause, QueryClause
}
}
public extension OrderBy where D: CoreStoreObject {
public extension OrderBy.SortKey where D: CoreStoreObject {
/**
Indicates that the `KeyPathString` should be sorted in ascending order