Skip to content

Commit 6995071

Browse files
committed
Remove unnecessary word
@Altai-man++
1 parent 6b7a514 commit 6995071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/containers.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ bind (whether C<=> or C<:=> is used):
167167
168168
There are a number of positional container types with slightly different
169169
semantics in Perl 6. The most basic one is L<List|/type/List>, which
170-
it is created by the comma operator.
170+
is created by the comma operator.
171171
172172
say (1, 2, 3).^name; # OUTPUT: «List␤»
173173

0 commit comments

Comments
 (0)