Skip to content

Commit 03ada72

Browse files
committed
whitespace
1 parent 012076c commit 03ada72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/phasers.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ The return value is available for use in later phases:
191191
say "About to print 3 things";
192192
for ^3 {
193193
say ^10 .pick ~ '-' ~ BEGIN { say "Generating BEGIN value"; ^10 .pick }
194-
}
194+
}
195195
# OUTPUT:
196196
# Generating BEGIN value
197197
# About to print 3 things

0 commit comments

Comments
 (0)