Skip to content

Commit 2a847c7

Browse files
flomebulbishabosha
andauthored
Update _overviews/core/custom-collection-operations.md
Co-authored-by: Jamie Thompson <[email protected]>
1 parent a1d8724 commit 2a847c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/core/custom-collection-operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ given[CC[_], A: Gen](using Factory[A, CC[A]]): Gen[CC[A]] with
341341
LazyList.unfold(()) { _ =>
342342
if Random.nextInt(100) < 10 then None
343343
else Some((summon[Gen[A]].get, ()))
344-
}
344+
}
345345
summon[Factory[A, CC[A]]].fromSpecific(lazyElements)
346346
~~~
347347
{% endtab %}

0 commit comments

Comments
 (0)