Skip to content

Commit b5162ab

Browse files
Update README.md
1 parent 6bb3e96 commit b5162ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ DateTimeStandard(Int128,y,m,d,hour,minute,sec,µsec,msec,nsec; units=:nanosecond
109109
The units and origin argument can be wrapped as a `Val` to ensure that these values are known at compile-time:
110110

111111
```julia
112-
DateTimeStandard(Int128y,m,d,hour,minute,sec,µsec,msec,nsec; units=Val(:nanosecond), origin=Val((1970,1,1)))
112+
DateTimeStandard(Int128,y,m,d,hour,minute,sec,µsec,msec,nsec; units=Val(:nanosecond), origin=Val((1970,1,1)))
113113
```
114114

115115
Several compile-time optimization have been implemented for the particular but common case where date have the same time origin and/or the same time resolution.

0 commit comments

Comments
 (0)