Skip to content

Commit 12c8a66

Browse files
committed
Small user guide update
1 parent f7d6cf8 commit 12c8a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/UserGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ can also define default shrinking methods. This is done by defining an implicit
778778
method that returns a `Shrink[T]` instance. This is done by using the
779779
`Shrink(...)` factory method, which as its only parameter takes a function and
780780
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
781+
of the given type `T`, and return a `Stream` of shrank
782782
variants of the given value. As an example, look at the implicit `Shrink` instance
783783
for a tuple as it is defined in ScalaCheck:
784784

0 commit comments

Comments
 (0)