Skip to content

Commit

Permalink
Minor tweak for symfony#1609
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Aug 4, 2012
1 parent cab7474 commit 843b8ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion reference/constraints.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ Validation Constraints Reference

constraints/Choice
constraints/Collection
constraints/Count
constraints/UniqueEntity
constraints/Language
constraints/Locale
constraints/Country
constraints/Count

constraints/File
constraints/Image
Expand Down
4 changes: 2 additions & 2 deletions reference/constraints/Count.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Count
=====

Validates that a given collection (i.e. an array or an object that implements Countable) elements count is *between*
some minimum and maximum value.
Validates that a given collection's (i.e. an array or an object that implements Countable)
element count is *between* some minimum and maximum value.

.. versionadded:: 2.1
The Count constraint was added in Symfony 2.1.
Expand Down
2 changes: 1 addition & 1 deletion reference/constraints/map.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ Collection Constraints

* :doc:`Choice </reference/constraints/Choice>`
* :doc:`Collection </reference/constraints/Collection>`
* :doc:`Count </reference/constraints/Count>`
* :doc:`UniqueEntity </reference/constraints/UniqueEntity>`
* :doc:`Language </reference/constraints/Language>`
* :doc:`Locale </reference/constraints/Locale>`
* :doc:`Country </reference/constraints/Country>`
* :doc:`Count </reference/constraints/Count>`

File Constraints
~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 843b8ab

Please sign in to comment.