Skip to content

Commit f592d10

Browse files
committed
Renamed containsBy to isContainedBy
1 parent 012310f commit f592d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Sources/PostgreSQL/SQL/PostgreSQLBinaryOperator.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public struct PostgreSQLBinaryOperator: SQLBinaryOperator, Equatable, Expressibl
7070
public static let contains: PostgreSQLBinaryOperator = "@>"
7171

7272
/// See `SQLBinaryOperator`.
73-
public static let containsBy: PostgreSQLBinaryOperator = "<@"
73+
public static let isContainedBy: PostgreSQLBinaryOperator = "<@"
7474

7575
/// See `SQLBinaryOperator`.
7676
public static let overlap: PostgreSQLBinaryOperator = "&&"

0 commit comments

Comments
 (0)