Skip to content

Commit d36482c

Browse files
authored
Merge pull request #215 from rootdiae/patch
fix typos in README.md
2 parents cc27054 + 2f6b4fa commit d36482c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ pub struct Rgba {
8484
#[arbitrary(with = arbitrary_b)]
8585
pub b: u8,
8686

87-
// Generate `a` with a custom closure (shortuct to avoid a custom function)
87+
// Generate `a` with a custom closure (shortcut to avoid a custom function)
8888
#[arbitrary(with = |u: &mut Unstructured| u.int_in_range(0..=64))]
8989
pub a: u8,
9090
}

0 commit comments

Comments
 (0)