diff options
author | Sizhe Zhao <prc.zhao@outlook.com> | 2022-02-15 06:15:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-14 22:15:59 +0000 |
commit | b2c5d7b4ff070abe2145e998d090fb15b4df522f (patch) | |
tree | 6655d324eaf1525dc7f0aadec89e9247da347f25 /lib/std | |
parent | 2ef71c0a46b2209c906921f10f585306ce6199cc (diff) | |
download | Nim-b2c5d7b4ff070abe2145e998d090fb15b4df522f.tar.gz |
Documentation: Fix word usage (#19529)
Diffstat (limited to 'lib/std')
-rw-r--r-- | lib/std/sha1.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/std/sha1.nim b/lib/std/sha1.nim index 120a81702..ed962707b 100644 --- a/lib/std/sha1.nim +++ b/lib/std/sha1.nim @@ -12,9 +12,9 @@ ## ## See also ## ======== -## * `base64 module<base64.html>`_ implements a Base64 encoder and decoder +## * `base64 module<base64.html>`_ for a Base64 encoder and decoder ## * `hashes module<hashes.html>`_ for efficient computations of hash values for diverse Nim types -## * `md5 module<md5.html>`_ implements the MD5 checksum algorithm +## * `md5 module<md5.html>`_ for the MD5 checksum algorithm runnableExamples: let accessName = secureHash("John Doe") |