Skip to content

Commit 64a2a25

Browse files
p-marcinaalmiray
authored andcommitted
1 parent 3028351 commit 64a2a25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/modules/reference/pages/project.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1589,8 +1589,8 @@ The version number complies with the link:https://calver.org/[CalVer] syntax, re
15891589
.Tokens
15901590
* for year:
15911591
** YYYY: [2-9][0-9]{3}
1592-
** YY: [1-9]|[1-9][0-9]|[1-9][0-9]{2}
1593-
** 0Y: 0[1-9]|[1-9][0-9]|[1-9][0-9]{2}
1592+
** YY: [0-9]|[1-9][0-9]|[1-9][0-9]{2}
1593+
** 0Y: 0[0-9]|[1-9][0-9]|[1-9][0-9]{2}
15941594
* for month:
15951595
** MM: [1-9]|1[0-2]
15961596
** 0M: 0[1-9]|1[0-2]

0 commit comments

Comments
 (0)