Skip to content

Commit 017efb2

Browse files
committed
Merge pull request #281 from fhartwig/doctest-fix
Fix doctest
2 parents 51f7625 + 7c7c41d commit 017efb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/whirlpool.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For details see <http://www.larc.usp.br/~pbarreto/WhirlpoolPage.html>.
2020
# Usage
2121
2222
```rust
23-
use self::crypto::swhirlpool::Whirlpool;
23+
use self::crypto::whirlpool::Whirlpool;
2424
use self::crypto::digest::Digest;
2525
2626
let mut hasher = Whirlpool::new();

0 commit comments

Comments
 (0)