Skip to content

Commit 7c7c41d

Browse files
committed
Fix doctest
1 parent 90dfbbc commit 7c7c41d

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)