Update library.md

This commit is contained in:
ccuser44 2021-11-17 10:22:09 +02:00 committed by GitHub
parent 59366ad7f8
commit f108fa83dd
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -761,6 +761,8 @@ function os.difftime(a: number, b: number): number
Calculates the difference in seconds between `a` and `b`; provided for compatibility.
It is adviced not to use `os.difftime(a, b)` for new work. Please use `a - b` instead.
```
function os.time(t: table?): number
```