diff --git a/src/lib.rs b/src/lib.rs index 75e5204..773d4a2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -44,7 +44,7 @@ use rand::Rng; use rand::SeedableRng; use rand_pcg::Pcg64Mcg; -/// Provides a source of BlueNoise in a given area at some density. +/// Provides a source of `BlueNoise` in a given area at some density. #[derive(Debug, Clone)] pub struct BlueNoise { width: u32,