diff options
-rw-r--r-- | lib/pure/hashes.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/hashes.nim b/lib/pure/hashes.nim index ea8469ca0..be7315745 100644 --- a/lib/pure/hashes.nim +++ b/lib/pure/hashes.nim @@ -42,7 +42,7 @@ ## * `md5 module <md5.html>`_ for MD5 checksum algorithm ## * `base64 module <base64.html>`_ for a base64 encoder and decoder ## * `std/sha1 module <sha1.html>`_ for a sha1 encoder and decoder -## * `tables modlule <tables.html>`_ for hash tables +## * `tables module <tables.html>`_ for hash tables import |