From 295198fa8f0edbde91d8ed8bb2db9abf9256d159 Mon Sep 17 00:00:00 2001 From: Pedro Castro Date: Wed, 10 Jan 2024 23:55:12 -0300 Subject: [PATCH] fix docstring codeblock date module --- src/Core__Date.resi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core__Date.resi b/src/Core__Date.resi index 06bbe7ba..e07676e1 100644 --- a/src/Core__Date.resi +++ b/src/Core__Date.resi @@ -402,7 +402,6 @@ module UTC: { ## Examples ```rescript - ``` Date.UTC.makeWithYMDHMSM(~year=2023, ~month=1, ~date=20, ~hours=16, ~minutes=40, ~seconds=0, ~milliseconds=0)->Console.log // 1676911200000 @@ -411,6 +410,7 @@ module UTC: { Date.UTC.makeWithYMDHMSM(~year=2023, ~month=1, ~date=20, ~hours=16, ~minutes=40, ~seconds=0, ~milliseconds=-1)->Console.log // 1676911199999 + ``` */ @val external makeWithYMDHMSM: (