std: Fix a typo

This commit is contained in:
Erick Tryzelaar 2012-05-02 17:37:32 -07:00
parent 9d01c46c07
commit 24cfe29a8a

View file

@ -1,7 +1,7 @@
#[doc ="
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
called any number of times.