Skip to content

Commit

Permalink
Fix review comments nim-lang#1, nim-lang#2
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasTJdev committed Jan 19, 2019
1 parent a966193 commit f8288b0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/std/sha1.nim
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# distribution, for details about the copyright.
#

## Note: Import ``std/sha1`` to use this module
## **Note: Import `std/sha1` to use this module**
##
## SHA-1 (Secure Hash Algorithm 1) is a cryptographic hash function which
## takes an input and produces a 160-bit (20-byte) hash value known as a
Expand All @@ -17,8 +17,7 @@
## import std/sha1
##
## let accessName = secureHash("John Doe")
## echo $accessName
## # --> F742544A66E7EF2310A42D0A01DBB5395F26BC0A
## doAssert $accessName == "F742544A66E7EF2310A42D0A01DBB5395F26BC0A"
##
## .. code-block::
## import std/sha1
Expand Down

0 comments on commit f8288b0

Please sign in to comment.