Skip to content

Commit cc13807

Browse files
committed
Typo
1 parent 475de9a commit cc13807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rand_chacha/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Links:
3737
`rand_chacha` is `no_std` compatible when disabling default features; the `std`
3838
feature can be explicitly required to re-enable `std` support. Using `std`
3939
allows detection of CPU features and thus better optimisation. Using `std`
40-
also enables `getrandom` functionality, such as `ChaCha20::from_entropy()`.
40+
also enables `getrandom` functionality, such as `ChaCha20Rng::from_entropy()`.
4141

4242

4343
# License

0 commit comments

Comments
 (0)