Skip to content

Commit fcf4639

Browse files
committed
Fix formatting
1 parent beb775c commit fcf4639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/iterating.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ If you feel more comfortable with your good old loops, the language allows you
146146
to use them. However, it is considered more I<p6y> to try and use, whenever
147147
possible, functional and concurrent iterating constructs.
148148
149-
*Note: Since version 6.d loops can produce a list of values from the values of last statements.*
149+
I<Note:> Since version 6.d loops can produce a list of values from the values of last statements.
150150
=end pod
151151

152152
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6

0 commit comments

Comments
 (0)