Skip to content

Commit 2e2b2ad

Browse files
authored
docs: fix the decription of monotonic_msec().
1 parent 646fe7a commit 2e2b2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/resty/core/time.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ monotonic_msec
5757

5858
**syntax:** *monotonic_msec()*
5959

60-
Returns the elapsed time in microseconds from the machine boot for the current time stamp from the Nginx cached time (no syscall involved unlike Lua's date library).
60+
Returns the elapsed time in milliseconds from the machine boot for the current time stamp from the Nginx cached time (no syscall involved unlike Lua's date library).
6161

6262
```lua
6363
local cur_msec = require "resty.core.time".monotonic_msec

0 commit comments

Comments
 (0)