Skip to content

Commit 2bc558b

Browse files
committed
Cleanup some =over and =back
1 parent ba5c2f0 commit 2bc558b

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

doc/Type/List.pod

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,6 @@ Return the index and the matched element as a C<Pair>, in order.
282282
Only return the matched elements (same as not specifying any named parameter
283283
at all).
284284
285-
=back
286-
287285
Examples:
288286
289287
> ('hello', 1, 22/7, 42, 'world').grep: Int, :k
@@ -333,8 +331,6 @@ Return both the index and matched element.
333331
334332
Return the index and the matched element as a C<Pair>.
335333
336-
=back
337-
338334
Examples:
339335
340336
say (1, 22/7, 42, 300).first: * > 5, :k; # 2

doc/Type/Supply.pod

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,6 @@ any status messages. If specified, it will at least send one status message
390390
after the original Supply is exhausted. The status message is a hash with
391391
the following keys:
392392
393-
=over 2
394-
395393
=item allowed
396394
397395
The current number of messages / callables that is still allowed to be
@@ -423,8 +421,6 @@ The current limit that is being applied.
423421
The maximum number of messages that may be buffered before they're
424422
automatically re-routed to the :bleed Supply.
425423
426-
=back
427-
428424
The :bleed named parameter optionally specifies a Supply that will receive
429425
any values that were either explicitly bled (with the B<bleed> control
430426
message), or automatically bled (if there's a B<vent-at> active).
@@ -442,8 +438,6 @@ to $*SCHEDULER.
442438
These messages can be sent to the :control Supply. A control message
443439
consists of a string of the form "key: value", e.g. "limit: 4".
444440
445-
=over 2
446-
447441
=item limit
448442
449443
Change the number of messages (as initially given in the first positional)
@@ -463,8 +457,6 @@ rerouting of buffered values to match the new maximum.
463457
464458
Send a status message to the :status Supply with the given id.
465459
466-
=back
467-
468460
=head2 method stable
469461
470462
method stable(Supply:D: $seconds, :$scheduler) returns Supply:D

0 commit comments

Comments
 (0)