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.
1 parent f7d6cf8 commit 12c8a66Copy full SHA for 12c8a66
doc/UserGuide.md
@@ -778,7 +778,7 @@ can also define default shrinking methods. This is done by defining an implicit
778
method that returns a `Shrink[T]` instance. This is done by using the
779
`Shrink(...)` factory method, which as its only parameter takes a function and
780
returns an instance of `Shrink[T]`. In turn, the function should take a value
781
-of the given type `T`, and return a `Stream` (`LazyList` on Scala 2.13) of shrank
+of the given type `T`, and return a `Stream` of shrank
782
variants of the given value. As an example, look at the implicit `Shrink` instance
783
for a tuple as it is defined in ScalaCheck:
784
0 commit comments