fix warnings

This commit is contained in:
John Estropia
2023-06-07 14:17:10 +09:00
parent 4b4ae61635
commit 7988d98b92
5 changed files with 10 additions and 9 deletions

View File

@@ -250,8 +250,8 @@ public struct Where<O: DynamicObject>: WhereClauseType, FetchClause, QueryClause
- parameter keyPath: the keyPath to compare with
- parameter object: the arguments for the `==` operator
*/
public init<O: DynamicObject>(_ keyPath: KeyPathString, isEqualTo object: O?) {
public init<Other: DynamicObject>(_ keyPath: KeyPathString, isEqualTo object: Other?) {
switch object {
case nil: