Skip to content

Commit 7c69798

Browse files
authored
fix docstring codeblock date module (#176)
1 parent 9edbc4d commit 7c69798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core__Date.resi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ module UTC: {
402402
403403
## Examples
404404
```rescript
405-
```
406405
Date.UTC.makeWithYMDHMSM(~year=2023, ~month=1, ~date=20, ~hours=16, ~minutes=40, ~seconds=0, ~milliseconds=0)->Console.log
407406
// 1676911200000
408407
@@ -411,6 +410,7 @@ module UTC: {
411410
412411
Date.UTC.makeWithYMDHMSM(~year=2023, ~month=1, ~date=20, ~hours=16, ~minutes=40, ~seconds=0, ~milliseconds=-1)->Console.log
413412
// 1676911199999
413+
```
414414
*/
415415
@val
416416
external makeWithYMDHMSM: (

0 commit comments

Comments
 (0)