Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit e99c995

Browse files
committed
chore: improved Choice docs
1 parent 201f97a commit e99c995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/03x-rules-choice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Validator::choice(['red', 'green', 'blue'], multiple: true, minConstraint: 2, ma
4040
```
4141

4242
> **Note**
43-
> An `UnexpectedValueException` will be thrown when `multiple` is `true` and value to be validated is not an `array`.
43+
> An `UnexpectedValueException` will be thrown when `multiple` is `true` and the input value is not an `array`.
4444
4545
> **Note**
4646
> An `UnexpectedValueException` will be thrown when the `minConstraint` value is greater than or equal to the `maxConstraint` value.

0 commit comments

Comments
 (0)