Skip to content

Commit 7690285

Browse files
Fix typo.
1 parent a11f779 commit 7690285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objectbox-java/src/main/java/io/objectbox/query/QueryBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ public QueryBuilder<T> sort(Comparator<T> comparator) {
360360

361361

362362
/**
363-
* Asigns the given alias to the previous condition.
363+
* Assigns the given alias to the previous condition.
364364
*
365365
* @param alias The string alias for use with setParameter(s) methods.
366366
*/

0 commit comments

Comments
 (0)