Skip to content

Commit 57b9dd3

Browse files
committed
Fix heading, raiph++
1 parent c6c9e23 commit 57b9dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/containers.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ scalar container) of the invocant, whereas C<.flat> walks the elements of the
293293
invocant, and removes their itemization (note that both methods don't modify
294294
the invocant object; they just return a modified copy).
295295
296-
=item What flattens, what doesn't?
296+
=head3 What flattens, what doesn't?
297297
298298
In general, operations that have to iterate the list usually flatten the list.
299299
Other operations don't. Here is a list of a few operations that flattens:

0 commit comments

Comments
 (0)