Skip to content

Commit 5699e36

Browse files
committed
Spelling.
1 parent 749f06d commit 5699e36

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/Language/iterating.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ will be, at the same time, C<Iterable> and C<Iterator>.
9393
This need not always be the case, and in most cases C<.iterator> will have to
9494
build an iterator type to be returned, such as we did in the previous example;
9595
however, this example shows the minimal code needed to build a class that
96-
fulfills the two iter(ator|able) roles.
96+
fulfills the iterator and iterable roles.
9797
9898
=head1 How to iterate: contextualizing and topic variables
9999
@@ -140,4 +140,4 @@ possible, functional and concurrent iterating constructs.
140140
141141
=end pod
142142

143-
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
143+
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6

xt/words.pws

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,7 @@ filetest
406406
filetests
407407
findmethod
408408
flatmap
409+
flattener
409410
flipflop
410411
fmt
411412
fnew
@@ -1231,6 +1232,7 @@ structs
12311232
stubcode
12321233
styleguide
12331234
stylesheets
1235+
subarray
12341236
subbuf
12351237
subclassed
12361238
subclasses

0 commit comments

Comments
 (0)