Skip to content

Commit 24cfe29

Browse files
committed
std: Fix a typo
1 parent 9d01c46 commit 24cfe29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/sha1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#[doc ="
22
An implementation of the SHA-1 cryptographic hash.
33
4-
First create a `sha1` object using the `mk_sha1` constructor, then
4+
First create a `sha1` object using the `sha1` constructor, then
55
feed it input using the `input` or `input_str` methods, which may be
66
called any number of times.
77

0 commit comments

Comments
 (0)