Skip to content

Commit b5b80b1

Browse files
committed
Correct variable name in ^ twigil example
1 parent 2ffcba1 commit b5b80b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Language/variables.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ block in the code
223223
224224
=for code :allow<B>
225225
for ^4 {
226-
say "B<$^seconds> follows B<$^first>";
226+
say "B<$^second> follows B<$^first>";
227227
}
228228
229229
which prints

0 commit comments

Comments
 (0)