Skip to content

Commit

Permalink
FIX: Date! literal syntax rule correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
dockimbel committed Jul 13, 2023
1 parent 35dbcb9 commit 492f1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/datatypes/date.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ make date! [<day> <month> <year> <hour> <minute> <second> <zone>]
====
* 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.
Expand Down

0 comments on commit 492f1a2

Please sign in to comment.