Skip to content

Commit bbae187

Browse files
committed
Missing comma
1 parent c23d9ca commit bbae187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/operators.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ Coerces the argument to L<Str> by calling the C<Str> method on it.
834834
835835
=head2 prefix C«|»
836836
837-
Flattens objects of type L<Capture>, L<Pair>, L<List> L<Map> and L<Hash>
837+
Flattens objects of type L<Capture>, L<Pair>, L<List>, L<Map> and L<Hash>
838838
into an argument list.
839839
840840
Outside of argument lists, it returns a L<Slip|/type/Slip>, which makes it

0 commit comments

Comments
 (0)