Skip to content

Commit

Permalink
polish wording
Browse files Browse the repository at this point in the history
  • Loading branch information
agrgr committed Nov 6, 2023
1 parent 823e746 commit 1ec57f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public interface AerospikeRepository<T, ID> extends PagingAndSortingRepository<T
/**
* Run a query to find entities.
* <p>
* A {@link Query} can be created using qualifiers. A {@link Qualifier} may contain other qualifiers and combine
* A {@link Query} can be created using a qualifier. A {@link Qualifier} may contain other qualifiers and combine
* them using either {@link FilterOperation#AND} or {@link FilterOperation#OR}.
*
* @param query A query to be performed. Must not be {@literal null}.
Expand Down

0 comments on commit 1ec57f1

Please sign in to comment.