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 42e99d7 commit a71aa3eCopy full SHA for a71aa3e
doc/Type/Supply.pod6
@@ -429,10 +429,10 @@ method throttle(Supply:D:
429
--> Supply:D)
430
431
Produces a C<Supply> from a given Supply, but makes sure the number of
432
-messages passed through, is limited.
+messages passed through is limited.
433
434
It has two modes of operation: per time-unit or by maximum number of
435
-execution of a block of code: this is determined by the second positional
+executions of a block of code: this is determined by the second positional
436
parameter.
437
438
The first positional parameter specifies the limit that should be applied.
0 commit comments