Skip to content

Commit cec4cf8

Browse files
committed
Minor reword
1 parent 03dfd93 commit cec4cf8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

reference/constraints/Country.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ alpha3
8686

8787
**type**: ``boolean`` **default**: ``false``
8888

89-
If this option is ``true``, then the constraint will valid the value as
90-
`ISO 3166-1 alpha-3`_ three-letter codes (e.g. France = ``FRA``) instead
91-
of the default `ISO 3166-1 alpha-2`_ two-letter codes (e.g. France = ``FR``).
89+
If this option is ``true``, the constraint checks that the value is a
90+
`ISO 3166-1 alpha-3`_ three-letter code (e.g. France = ``FRA``) instead
91+
of the default `ISO 3166-1 alpha-2`_ two-letter code (e.g. France = ``FR``).
9292

9393
.. include:: /reference/constraints/_groups-option.rst.inc
9494

reference/constraints/Language.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ alpha3
8787

8888
**type**: ``boolean`` **default**: ``false``
8989

90-
If this option is ``true``, then the constraint will valid the value as
91-
`ISO 639-2`_ three-letter codes (e.g. French = ``fra``) instead
92-
of the default `ISO 639-1`_ two-letter codes (e.g. French = ``fr``).
90+
If this option is ``true``, the constraint checks that the value is a
91+
`ISO 639-2`_ three-letter code (e.g. French = ``fra``) instead of the default
92+
`ISO 639-1`_ two-letter code (e.g. French = ``fr``).
9393

9494
.. include:: /reference/constraints/_groups-option.rst.inc
9595

0 commit comments

Comments
 (0)