fix: typos (#1986)

This commit is contained in:
omahs 2023-10-03 15:05:04 +02:00 committed by GitHub
parent 20b924f9d5
commit d16195bfb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 24 additions and 24 deletions

View file

@ -12,7 +12,7 @@ SORT does not take any locale into account.
## Expiry ranges.
Expirations are limited to 8 years. For commands with millisecond precision like PEXPIRE or PSETEX,
expirations greater than 2^28ms are quietly rounded to the nearest second loosing precision of less than 0.001%.
expirations greater than 2^28ms are quietly rounded to the nearest second losing precision of less than 0.001%.
## Lua
We use lua 5.4.4 that has been released in 2022.