summary refs log tree commit diff stats
path: root/doc/lib.rst
diff options
context:
space:
mode:
authorOscar Nihlgård <oscarnihlgard@gmail.com>2019-07-11 11:19:11 +0200
committerOscar Nihlgård <oscarnihlgard@gmail.com>2019-07-12 10:15:06 +0200
commitfd24a8923ebc51592d2210637304ff2c0a2b8ecd (patch)
treefa4568591f617200900452eea1990e4026cdb394 /doc/lib.rst
parentb8be1ccb855f8bde82ed1721e4231119ffa48e9f (diff)
downloadNim-fd24a8923ebc51592d2210637304ff2c0a2b8ecd.tar.gz
[feature] Added std/monotimes
Diffstat (limited to 'doc/lib.rst')
-rw-r--r--doc/lib.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/lib.rst b/doc/lib.rst
index 1c7426a68..de7b4dd45 100644
--- a/doc/lib.rst
+++ b/doc/lib.rst
@@ -185,7 +185,10 @@ Generic Operating System Services
   Module for process communication beyond ``os.execShellCmd``.
 
 * `times <times.html>`_
-  The ``times`` module contains basic support for working with time.
+  The ``times`` module contains support for working with time.
+
+* `std/monotimes <monotimes.html>`_
+  The `monotimes` module implements monotonic timestamps.
 
 * `dynlib <dynlib.html>`_
   This module implements the ability to access symbols from shared libraries.