Skip to content

Commit

Permalink
Typo in 'Is Empty or Contains'
Browse files Browse the repository at this point in the history
  • Loading branch information
ilopmar committed Feb 16, 2014
1 parent ae5bbb4 commit 9573154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def result = Like.withCriteria {

#### Is Empty or Contains

This criteria is a mix of the `pgContains` and `pgIsEmpty`. Sometimes you have to execute 'pgContains' criteria if the this has elements or a 'pgIsEmpty' if the list is empty. It could be something like this:
This criteria is a mix of the `pgContains` and `pgIsEmpty`. Sometimes you have to execute 'pgContains' criteria if the list has elements or a 'pgIsEmpty' if the list is empty. It could be something like this:

```groovy
def numbers = ... // A list with zero or more elements
Expand Down

0 comments on commit 9573154

Please sign in to comment.