diff options
Diffstat (limited to 'lib/pure/md5.nim')
-rw-r--r-- | lib/pure/md5.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/md5.nim b/lib/pure/md5.nim index 81c85a07c..c65a9c2da 100644 --- a/lib/pure/md5.nim +++ b/lib/pure/md5.nim @@ -14,7 +14,7 @@ ## See also ## ======== ## * `base64 module<base64.html>`_ for a Base64 encoder and decoder -## * `std/sha1 module <sha1.html>`_ for the SHA-1 checksum algorithm +## * `sha1 module <sha1.html>`_ for the SHA-1 checksum algorithm ## * `hashes module<hashes.html>`_ for efficient computations of hash values ## for diverse Nim types |