From 1efce446b9459b475f2c8f73d9627ff75bee55c2 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Sun, 24 Nov 2013 04:49:09 -0500 Subject: [PATCH] doc: Use 'precise' instead of 'accurate' --- doc/gettime.md | 2 +- doc/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.2