We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc27054 + 2f6b4fa commit d36482cCopy full SHA for d36482c
README.md
@@ -84,7 +84,7 @@ pub struct Rgba {
84
#[arbitrary(with = arbitrary_b)]
85
pub b: u8,
86
87
- // Generate `a` with a custom closure (shortuct to avoid a custom function)
+ // Generate `a` with a custom closure (shortcut to avoid a custom function)
88
#[arbitrary(with = |u: &mut Unstructured| u.int_in_range(0..=64))]
89
pub a: u8,
90
}
0 commit comments