Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed broken code example
  • Loading branch information
Jan-Olof Hendig committed Aug 28, 2016
1 parent 2fcd105 commit 288dcdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Language/control.pod6
Expand Up @@ -378,9 +378,9 @@ For example
say "Produced a value";
take 2;
}
say vals[0];
say @vals[0];
say 'between consumption of two values';
say vals[1];
say @vals[1];
# OUTPUT:
# 1
Expand Down

0 comments on commit 288dcdb

Please sign in to comment.