Skip to content

Commit 1e77fdf

Browse files
update comment
1 parent 89d019f commit 1e77fdf

File tree

1 file changed

+1
-1
lines changed
  • ktorm-core/src/main/kotlin/org/ktorm/dsl

1 file changed

+1
-1
lines changed

ktorm-core/src/main/kotlin/org/ktorm/dsl/Query.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ internal fun <T : Any> ColumnDeclaring<T>.asDeclaringExpression(): ColumnDeclari
196196
}
197197

198198
/**
199-
* Specify the `where` clause of this query using the specified condition expression.
199+
* Specify the `where` clause of this query using the given condition expression.
200200
*/
201201
public fun Query.where(condition: ColumnDeclaring<Boolean>): Query {
202202
return this.withExpression(

0 commit comments

Comments
 (0)