Skip to content

Commit

Permalink
fix tutorial/lazy.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
gerdr committed May 6, 2012
1 parent ad1054a commit a80cf81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/lazy.pl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
my @fibonacci = 1, 1 ... { $^a + $^b } ;
my @fibonacci = 1, 1, { $^a + $^b } ... *;
say @fibonacci[6]; # 13

0 comments on commit a80cf81

Please sign in to comment.