std: Fix a typo
This commit is contained in:
parent
9d01c46c07
commit
24cfe29a8a
@ -1,7 +1,7 @@
|
|||||||
#[doc ="
|
#[doc ="
|
||||||
An implementation of the SHA-1 cryptographic hash.
|
An implementation of the SHA-1 cryptographic hash.
|
||||||
|
|
||||||
First create a `sha1` object using the `mk_sha1` constructor, then
|
First create a `sha1` object using the `sha1` constructor, then
|
||||||
feed it input using the `input` or `input_str` methods, which may be
|
feed it input using the `input` or `input_str` methods, which may be
|
||||||
called any number of times.
|
called any number of times.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user