Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
corrects sintax mistake #2632
  • Loading branch information
ElenaMerelo committed Mar 2, 2019
1 parent 689b5ed commit 0fc4781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Array.pod6
Expand Up @@ -12,7 +12,7 @@ scalar containers, which means you can assign to array elements.
C<Array> implements C<Positional> and as such provides support for
L<subscripts|/language/subscripts>.
B<Note> from version 6.2, C<.perl> can be called on multi-dimensional arrays.
B<Note> from version 6.d, C<.perl> can be called on multi-dimensional arrays.
=head1 Methods
Expand Down

0 comments on commit 0fc4781

Please sign in to comment.