From 4d42758607a9ab6a1bcc71e5d32b276ec7975198 Mon Sep 17 00:00:00 2001 From: Alexander Lyon Date: Thu, 3 Sep 2020 12:36:36 +0200 Subject: [PATCH] docs: Put struct name in backticks --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,