Skip to content

Commit

Permalink
[TASK] Correct example for maximum of Count validator
Browse files Browse the repository at this point in the history
Releases: main
Resolves: #98196
Change-Id: I55b2c082c96e580d345c32f04bc47d941e50425a
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75540
Tested-by: Oliver Klee <typo3-coding@oliverklee.de>
Tested-by: core-ci <typo3@b13.com>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Oliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
  • Loading branch information
Stefan Frömken authored and lolli42 committed Aug 24, 2022
1 parent c9fef8b commit 43c1dd4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -68,7 +68,7 @@ checks if the given value contains the specified amount of elements. The
validator has 2 options:

- Minimum [:yaml:`options.minimum`]: The minimum count to accept.
- Maximum [:yaml:`options.minimum`]: The maximum count to accept.
- Maximum [:yaml:`options.maximum`]: The maximum count to accept.


.. _concepts-validators-date_range:
Expand Down

0 comments on commit 43c1dd4

Please sign in to comment.