Skip to content

Commit

Permalink
fix typo "costumize" -> "customize"
Browse files Browse the repository at this point in the history
  • Loading branch information
philipcraig authored and la10736 committed Feb 7, 2022
1 parent 79cfd28 commit e97560a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -570,7 +570,7 @@ pub fn fixture(
/// [parametrized cases](attr.rstest.html#test-parametrized-cases)
/// or by [value lists](attr.rstest.html#values-lists).
///
/// `rstest` attribute can be applied to _any_ function and you can costumize its
/// `rstest` attribute can be applied to _any_ function and you can customize its
/// parameters by using function and arguments attributes.
///
/// Your test function can use generics, `impl` or `dyn` and like any kind of rust tests:
Expand Down

0 comments on commit e97560a

Please sign in to comment.