summary refs log tree commit diff stats
path: root/lib/std
diff options
context:
space:
mode:
authorSizhe Zhao <prc.zhao@outlook.com>2022-02-15 06:15:59 +0800
committerGitHub <noreply@github.com>2022-02-14 22:15:59 +0000
commitb2c5d7b4ff070abe2145e998d090fb15b4df522f (patch)
tree6655d324eaf1525dc7f0aadec89e9247da347f25 /lib/std
parent2ef71c0a46b2209c906921f10f585306ce6199cc (diff)
downloadNim-b2c5d7b4ff070abe2145e998d090fb15b4df522f.tar.gz
Documentation: Fix word usage (#19529)
Diffstat (limited to 'lib/std')
-rw-r--r--lib/std/sha1.nim4
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")