From: daurnimator Date: Sun, 24 Nov 2013 09:49:09 +0000 (-0500) Subject: doc: Use 'precise' instead of 'accurate' X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/1efce446b9459b475f2c8f73d9627ff75bee55c2 doc: Use 'precise' instead of 'accurate' --- diff --git a/doc/gettime.md b/doc/gettime.md index 72280ee..758be60 100644 --- a/doc/gettime.md +++ b/doc/gettime.md @@ -5,7 +5,7 @@ A module to get the current time. ## `gettime ( )` -Uses the most accurate method available (in order:) +Uses the most precise method available (in order:) - luasocket's `socket.gettime` - `os.time` diff --git a/doc/index.md b/doc/index.md index d12f09b..bb79641 100644 --- a/doc/index.md +++ b/doc/index.md @@ -10,7 +10,7 @@ The table includes the following sub modules, which have their own documentation ## `time ( )` -Returns the current unix timestamp using the most accurate source available. +Returns the current unix timestamp using the most precise source available. See `gettime` for more information.