Fix microsecond() range
This commit is contained in:
parent
ab321b16e6
commit
ed107c94b4
1 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@
|
||||||
-type hour() :: 0..23.
|
-type hour() :: 0..23.
|
||||||
-type minute() :: 0..59.
|
-type minute() :: 0..59.
|
||||||
-type second() :: 0..59.
|
-type second() :: 0..59.
|
||||||
-type microsecond() :: 0..1000000.
|
-type microsecond() :: 0..999999.
|
||||||
|
|
||||||
-type daynum() :: 1..7.
|
-type daynum() :: 1..7.
|
||||||
-type date() :: {year(),month(),day()}.
|
-type date() :: {year(),month(),day()}.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue