Skip to content

Commit f3301e0

Browse files
authored
Merge pull request #76 from soenkehahn/patch-1
fix typo in docs
2 parents 919429e + 0c69aa2 commit f3301e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ pub trait Arbitrary<'a>: Sized {
204204
/// not a recursive type, or your implementation is not transitively calling
205205
/// any other `size_hint` methods, you can ignore the `depth` parameter.
206206
/// Note that if you are implementing `Arbitrary` for a generic type, you
207-
/// cannot guarantee the lack of type recrusion!
207+
/// cannot guarantee the lack of type recursion!
208208
///
209209
/// Otherwise, you need to use
210210
/// [`arbitrary::size_hint::recursion_guard(depth)`][crate::size_hint::recursion_guard]

0 commit comments

Comments
 (0)