-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Documented the Comparison validators #2599
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
.. caution:: | ||
|
||
This constraint compares using ``!==``, so ``3`` and ``"3"`` are | ||
considered not equal. Use :doc:`/reference/constraints/NotEqualTo` to compare |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know this sentence is weird "are considered not equal". But I wanted to make sure it is related to the NotIdenticalTo validator. If you think it's not readable, it can be changed to "are not considered equal"
Updated the PR with all new validators |
Documented the Comparison validators
Wow Wouter - nice work! This was a lot - I caught a few minor copy-and-paste errors, but much less than I expected for such a big contribution. Thanks for taking this on - I'm sure it was a bit tedious :). Thanks! |
I warmly welcome someone who can give me a better example :)