Skip to content

Commit a71aa3e

Browse files
committed
Minor fixes
1 parent 42e99d7 commit a71aa3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/Supply.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,10 +429,10 @@ method throttle(Supply:D:
429429
--> Supply:D)
430430
431431
Produces a C<Supply> from a given Supply, but makes sure the number of
432-
messages passed through, is limited.
432+
messages passed through is limited.
433433
434434
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
435+
executions of a block of code: this is determined by the second positional
436436
parameter.
437437
438438
The first positional parameter specifies the limit that should be applied.

0 commit comments

Comments
 (0)