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.
2 parents 919429e + 0c69aa2 commit f3301e0Copy full SHA for f3301e0
src/lib.rs
@@ -204,7 +204,7 @@ pub trait Arbitrary<'a>: Sized {
204
/// not a recursive type, or your implementation is not transitively calling
205
/// any other `size_hint` methods, you can ignore the `depth` parameter.
206
/// Note that if you are implementing `Arbitrary` for a generic type, you
207
- /// cannot guarantee the lack of type recrusion!
+ /// cannot guarantee the lack of type recursion!
208
///
209
/// Otherwise, you need to use
210
/// [`arbitrary::size_hint::recursion_guard(depth)`][crate::size_hint::recursion_guard]
0 commit comments