File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ Validation Constraints Reference
4040 constraints/Luhn
4141 constraints/Iban
4242 constraints/Isbn
43+ constraints/Issn
4344
4445 constraints/Callback
4546 constraints/All
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ requireHyphen
9595**type **: ``Boolean `` default: ``false ``
9696
9797The validator will allow non hyphenated ISSN values by default. When switching
98- this to ``true ``, the validator requires an hyphenathed ISSN value.
98+ this to ``true ``, the validator requires a hyphenated ISSN value.
9999
100100.. _`ISSN` : http://en.wikipedia.org/wiki/Issn
101101
Original file line number Diff line number Diff line change @@ -50,13 +50,14 @@ File Constraints
5050* :doc:`File </ reference/constraints/File> `
5151* :doc:`Image </ reference/constraints/Image> `
5252
53- Financial Constraints
54- ~~~~~~~~~~~~~~~~~~~~~
53+ Financial and other Number Constraints
54+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5555
5656* :doc:`CardScheme </ reference/constraints/CardScheme> `
5757* :doc:`Luhn </ reference/constraints/Luhn> `
5858* :doc:`Iban </ reference/constraints/Iban> `
5959* :doc:`Isbn </ reference/constraints/Isbn> `
60+ * :doc:`Issn </ reference/constraints/Issn> `
6061
6162Other Constraints
6263~~~~~~~~~~~~~~~~~
@@ -65,4 +66,3 @@ Other Constraints
6566* :doc:`All </ reference/constraints/All> `
6667* :doc:`UserPassword </ reference/constraints/UserPassword> `
6768* :doc:`Valid </ reference/constraints/Valid> `
68- * :doc:`Issn </ reference/constraints/Issn> `
You can’t perform that action at this time.
0 commit comments