diff --git a/Sources/OrderBy.swift b/Sources/OrderBy.swift index 247b66a..aed248c 100644 --- a/Sources/OrderBy.swift +++ b/Sources/OrderBy.swift @@ -257,7 +257,7 @@ public struct OrderBy: 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