File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1164,7 +1164,7 @@ JANET_CORE_FN(os_setenv,
11641164
11651165JANET_CORE_FN (os_time ,
11661166 "(os/time)" ,
1167- "Get the current time expressed as the number of seconds since "
1167+ "Get the current time expressed as the number of whole seconds since "
11681168 "January 1, 1970, the Unix epoch. Returns a real number." ) {
11691169 janet_fixarity (argc , 0 );
11701170 (void ) argv ;
@@ -1174,7 +1174,7 @@ JANET_CORE_FN(os_time,
11741174
11751175JANET_CORE_FN (os_clock ,
11761176 "(os/clock)" ,
1177- "Return the number of seconds since some fixed point in time. The clock "
1177+ "Return the number of whole + fractional seconds since some fixed point in time. The clock "
11781178 "is guaranteed to be non decreasing in real time." ) {
11791179 janet_fixarity (argc , 0 );
11801180 (void ) argv ;
You can’t perform that action at this time.
0 commit comments