Skip to content

Commit a7c4662

Browse files
committed
documentation warning fix
1 parent 348aba0 commit a7c4662

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/drg/chacha.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ use crate::chacha20::ChaCha;
3030
///
3131
/// * u32
3232
/// * u64
33-
/// * bytes<N>
34-
/// * fill_bytes<N>
33+
/// * `bytes<N>`
34+
/// * `fill_bytes<N>`
3535
/// * fill_slice
3636
pub struct Drg<const ROUNDS: usize>(ChaCha<ROUNDS>);
3737

0 commit comments

Comments
 (0)