Skip to content

Commit

Permalink
docs: Put struct name in backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed Sep 3, 2020
1 parent d4786c4 commit 4d42758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4d42758

Please sign in to comment.