diff --git a/reference/constraints/IsTrue.rst b/reference/constraints/IsTrue.rst index 029958a3ec7..14dc8a05105 100644 --- a/reference/constraints/IsTrue.rst +++ b/reference/constraints/IsTrue.rst @@ -13,9 +13,9 @@ Also see :doc:`IsFalse `. | Options | - `message`_ | | | - `payload`_ | +----------------+---------------------------------------------------------------------+ -| Class | :class:`Symfony\\Component\\Validator\\Constraints\\True` | +| Class | :class:`Symfony\\Component\\Validator\\Constraints\\IsTrue` | +----------------+---------------------------------------------------------------------+ -| Validator | :class:`Symfony\\Component\\Validator\\Constraints\\TrueValidator` | +| Validator | :class:`Symfony\\Component\\Validator\\Constraints\\IsTrueValidator`| +----------------+---------------------------------------------------------------------+ Basic Usage