We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d019f commit 1e77fdfCopy full SHA for 1e77fdf
ktorm-core/src/main/kotlin/org/ktorm/dsl/Query.kt
@@ -196,7 +196,7 @@ internal fun <T : Any> ColumnDeclaring<T>.asDeclaringExpression(): ColumnDeclari
196
}
197
198
/**
199
- * Specify the `where` clause of this query using the specified condition expression.
+ * Specify the `where` clause of this query using the given condition expression.
200
*/
201
public fun Query.where(condition: ColumnDeclaring<Boolean>): Query {
202
return this.withExpression(
0 commit comments