Skip to content

Commit 04c8b8e

Browse files
authored
Make heading consistent with sibling items
1 parent 199d017 commit 04c8b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/5to6-nutshell.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ for @array -> $first, $second = 0 {
911911
}
912912
=end code
913913
914-
=head4 C<each>
914+
=head3 C<each>
915915
916916
Here is the equivalent to Perl’s C<while…each(%hash)> or C<while…each(@array)>
917917
(i.e., iterating over both the keys/indices and values of a data structure) in

0 commit comments

Comments
 (0)