Skip to content

Commit e447209

Browse files
committed
Merge pull request #1 from gerdr/patch-3
fix tutorial/lazy.pl
2 parents d4b8941 + a80cf81 commit e447209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/lazy.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
my @fibonacci = 1, 1 ... { $^a + $^b } ;
1+
my @fibonacci = 1, 1, { $^a + $^b } ... *;
22
say @fibonacci[6]; # 13
33

0 commit comments

Comments
 (0)