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 ce1bb26 commit 0c1a639Copy full SHA for 0c1a639
reference/constraints/Week.rst
@@ -89,7 +89,7 @@ the following:
89
This constraint not only checks that the value matches the week number pattern,
90
but it also verifies that the specified week actually exists in the calendar.
91
According to the ISO-8601 standard, years can have either 52 or 53 weeks. For example,
92
-``2022-W53`` is not a valid because 2022 only had 52 weeks; but ``2020-W53`` is
+``2022-W53`` is not valid because 2022 only had 52 weeks; but ``2020-W53`` is
93
valid because 2020 had 53 weeks.
94
95
Options
0 commit comments