From 492f1a2a5a8879b72ce77a79720a9ccbacedbf8d Mon Sep 17 00:00:00 2001 From: Nenad Rakocevic Date: Thu, 13 Jul 2023 11:21:24 +0200 Subject: [PATCH] FIX: Date! literal syntax rule correction. --- en/datatypes/date.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/datatypes/date.adoc b/en/datatypes/date.adoc index 70f6be7..2917492 100644 --- a/en/datatypes/date.adoc +++ b/en/datatypes/date.adoc @@ -165,7 +165,7 @@ make date! [ ] ==== * Out of range argument values will result in an error. For a normalized result, use the `to` action instead of `make`. -* `year` and `day` fields are interchangeable, but only for low year values. +* `year` and `day` fields are interchangeable, but only for higher year values (>= 100). ==== Using `make`, the year can be used in first position *only* if its value is >= 100.