Skip to content

Commit 88aa509

Browse files
authored
Remove accidentally inserted word; MasterDuke++ for codereview
1 parent 4f53943 commit 88aa509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/subscripts.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ In particular the I<type> can be any of the following:
210210
211211
=item a Range or a lazy Iterable, that L<truncates|#Truncating slices> in [ ]
212212
213-
=item '*' (whatever-star), reifies that returns the full slice (as if all keys/indices were specified)
213+
=item '*' (whatever-star), that returns the full slice (as if all keys/indices were specified)
214214
215215
=item any other object, that provides a single-element access rather than a slice
216216

0 commit comments

Comments
 (0)