Skip to content

Commit

Permalink
Fix typo in Predicate logic page
Browse files Browse the repository at this point in the history
  • Loading branch information
backpackerhh authored Nov 21, 2023
1 parent afb7c0d commit ff94959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docsite/source/advanced/predicate-logic.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Dry::Schema.Params do
end
```

`:status` is valid if it's either an even integer, or it's value is less than `0`.
`:status` is valid if it's either an even integer, or its value is less than `0`.

### Operator Aliases

Expand Down

0 comments on commit ff94959

Please sign in to comment.