Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
coke committed Jun 30, 2015
1 parent 1d14062 commit 806ed2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S09-typed-arrays/arrays.t
Expand Up @@ -233,7 +233,7 @@ plan 76;
my $y = 6;
@rt81682[2] := $y;
is ~@rt81682, '5 1 6',
'can bind element of typed array to scalar container of same type (but not explicitely typed)';
'can bind element of typed array to scalar container of same type (but not explicitly typed)';
}

# vim: ft=perl6

0 comments on commit 806ed2b

Please sign in to comment.