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.
1 parent cc27054 commit 2f6b4faCopy full SHA for 2f6b4fa
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