1
0
Fork 0

fix(docs): (timing) Correct units to milliseconds

This commit is contained in:
Benjamin Fan 2023-06-01 10:21:53 -07:00
parent ecf65d5c9a
commit 8ec905dc26

View file

@ -47,7 +47,7 @@ Units and types depend on whether the pattern is generated in a browser
or via Node.js.
- If the pattern is generated in a browser,
start timestamps are in microseconds, draft times are in milliseconds,
both start timestamps and draft times are in milliseconds,
and the values are Numbers.
- If the pattern is generated via Node.js,