Skip to content

Commit

Permalink
Merge pull request #143 from jhutchins/patch-1
Browse files Browse the repository at this point in the history
Fix README typo
  • Loading branch information
Manishearth authored Jan 30, 2023
2 parents 11a42f7 + 314e266 commit 061ca86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pub struct Rgba {
#[arbitrary(with = arbitrary_b)]
pub b: u8,

// Generate `a` with a custom closure (shortuct to avoid a custom funciton)
// Generate `a` with a custom closure (shortuct to avoid a custom function)
#[arbitrary(with = |u: &mut Unstructured| u.int_in_range(0..=64))]
pub a: u8,
}
Expand Down

0 comments on commit 061ca86

Please sign in to comment.