Skip to content

Commit ed63988

Browse files
author
Jan-Olof Hendig
committed
Remove bogus :expires param from squish. nine++
1 parent dc09106 commit ed63988

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc/Type/Supply.pod6

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -520,12 +520,10 @@ a value to have been seen, even if it's the same as an old value.
520520
521521
=head2 method squish
522522
523-
method squish(Supply:D: :$as, :$with, :$expires --> Supply:D)
523+
method squish(Supply:D: :$as, :$with --> Supply:D)
524524
525525
Creates a supply that only provides unique values, as defined by the optional
526-
:as and :with parameters (same as with List.squish). The optional :expires
527-
parameter how long to wait (in seconds) before "resetting" and not considering
528-
a value to have been seen, even if it's the same as an old value.
526+
:as and :with parameters (same as with List.squish).
529527
530528
=head2 method max
531529

0 commit comments

Comments
 (0)