From 331382da21d66fdf9592027736a2b2de75273a5e Mon Sep 17 00:00:00 2001 From: Philip Craig <689193+philipcraig@users.noreply.github.com> Date: Mon, 7 Feb 2022 11:02:26 +0000 Subject: [PATCH] fix typo "costumize" -> "customize" --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 64e70a0..fff9f5c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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: