We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7042f commit 648bd07Copy full SHA for 648bd07
reference/constraints/IsFalse.rst
@@ -3,7 +3,7 @@ IsFalse
3
4
Validates that a value is ``false``. Specifically, this checks to see if
5
the value is exactly ``false``, exactly the integer ``0``, or exactly the
6
-string "``0``".
+string ``'0'``.
7
8
Also see :doc:`IsTrue <IsTrue>`.
9
reference/constraints/IsTrue.rst
@@ -2,7 +2,7 @@ IsTrue
2
======
Validates that a value is ``true``. Specifically, this checks if the value is
-exactly ``true``, exactly the integer ``1``, or exactly the string ``"1"``.
+exactly ``true``, exactly the integer ``1``, or exactly the string ``'1'``.
Also see :doc:`IsFalse <IsFalse>`.
0 commit comments