Skip to content

Commit 936dd07

Browse files
committed
Make xtest pass
(I think it passes; after fixing all errors I saw the next run appears to have hung on aspell...)
1 parent 3bbad9e commit 936dd07

File tree

6 files changed

+20
-14
lines changed

6 files changed

+20
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/perl6/doc.svg?branch=master)](https://travis-ci.org/perl6/doc) [![artistic](https://img.shields.io/badge/license-Artistic%202.0-blue.svg?style=flat)](https://opensource.org/licenses/Artistic-2.0)
44

5-
[![Run Status](https://api.shippable.com/projects/591e99923f2f790700098a30/badge?branch=master)](https://app.shippable.com/github/perl6/doc)
5+
[![Run Status](https://api.shippable.com/projects/591e99923f2f790700098a30/badge?branch=master)](https://app.shippable.com/github/perl6/doc)
66

77
An HTML version of this documentation can be found at [https://docs.perl6.org/](https://docs.perl6.org/).
88
This is currently the recommended way to consume the documentation.

doc/Language/operators.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ X«|postfix .+»
638638
=head2 postfix C«.+»
639639
640640
C<$foo.+meth> walks the MRO and calls all the methods called C<meth> and submethods called C<meth> if the type is the same as type of C<$foo>.
641-
Those methods might be multies, in which case the matching candidate
641+
Those methods might be multis, in which case the matching candidate
642642
would be called.
643643
644644
After that, a L<List> of the results are returned. If no such method was found,
@@ -662,7 +662,7 @@ X«|postfix .*»
662662
=head2 postfix C«.*»
663663
664664
C<$foo.*meth> walks the MRO and calls all the methods called C<meth> and submethods called C<meth> if the type is the same as type of C<$foo>.
665-
Those methods might be multies, in which case the matching candidate
665+
Those methods might be multis, in which case the matching candidate
666666
would be called.
667667
668668
After that, a L<List> of the results are returned. If no such method was found,

doc/Language/variables.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,7 +1155,7 @@ the L<Input and Output|/language/io> page and the L<IO::Special> class. L<IO::Ha
11551155
Standard input filehandle, AKA I<STDIN>.
11561156
11571157
=item C<$*OUT>
1158-
Standard ouput filehandle, AKA I<STDOUT>.
1158+
Standard output filehandle, AKA I<STDOUT>.
11591159
11601160
=item C<$*ERR>
11611161
Standard error filehandle, AKA I<STDERR>.
@@ -1209,7 +1209,7 @@ location (in the form of an C<IO::Path> object) of the Perl program being execut
12091209
12101210
=item C<&*EXIT>
12111211
code that will be executed when doing an exit(). Intended
1212-
to be used in situations where Perl 6 is embedded in
1212+
to be used in situations where Perl 6 is embedded in
12131213
another language runtime (such as Inline::Perl6 in Perl 5);
12141214
12151215

doc/Type/Iterator.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ be produced.
8383
say $i.pull-one.perl; # OUTPUT: «IterationEnd␤»
8484
8585
As a more illustrative example of its use, here is a count down iterator along with
86-
a simplistic subroutine reimplementation of the C<for> loop.
86+
a simplistic subroutine re-implementation of the C<for> loop.
8787
8888
# works the same as (10 ... 1, 'lift off')
8989
class CountDown does Iterator {

xt/code.pws

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ abcdefghijk
3434
abra
3535
abraca
3636
abracada
37+
absolutepath
3738
abstractserializable
3839
aca
3940
acada
@@ -125,6 +126,7 @@ codelines
125126
commonancestor
126127
conditionvariable
127128
consectetur
129+
cstr
128130
cvvf
129131
cx
130132
czf
@@ -390,6 +392,7 @@ sref
390392
ßub
391393
ssz
392394
startee
395+
stdlib
393396
stmt
394397
strcpy
395398
strdistance

xt/words.pws

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -517,9 +517,9 @@ invalidqualifier
517517
invcw
518518
invocable
519519
invocant
520-
invocant's
521520
invocantmarker
522521
invocants
522+
invocant's
523523
invocationprotocol
524524
invoker
525525
ipc
@@ -786,8 +786,8 @@ oublock
786786
outblock
787787
outdented
788788
outdents
789-
outer's
790789
outers
790+
outer's
791791
outliers
792792
outofrange
793793
ov
@@ -851,8 +851,8 @@ postfixes
851851
postgresql
852852
postmatch
853853
pragma
854-
pragma's
855854
pragmas
855+
pragma's
856856
pre
857857
precomp
858858
precompilation
@@ -874,8 +874,8 @@ promisestatus
874874
propname
875875
proscriptive
876876
proto
877-
proto's
878877
protoregexes
878+
proto's
879879
prototyped
880880
pseudopackage
881881
pseudostash
@@ -911,9 +911,9 @@ radixoutofrange
911911
raja
912912
rakuda
913913
rakudo
914-
rakudo's
915914
rakudobrew
916915
rakudolib
916+
rakudo's
917917
ratstr
918918
readably
919919
readchars
@@ -978,6 +978,7 @@ rss
978978
rubygems
979979
rubylib
980980
runtime
981+
runtime's
981982
rvalue
982983
rvalues
983984
rw
@@ -1000,12 +1001,14 @@ seektype
10001001
sem
10011002
semctl
10021003
semget
1004+
semilist
1005+
semilists
10031006
semnum
10041007
semop
10051008
sendonclosed
10061009
sep
1007-
seq's
10081010
seqs
1011+
seq's
10091012
serializable
10101013
sessionstorage
10111014
setbagmix
@@ -1125,8 +1128,8 @@ substr
11251128
substring
11261129
substrings
11271130
subtest
1128-
subtest's
11291131
subtests
1132+
subtest's
11301133
subthread
11311134
subtree
11321135
subtype
@@ -1175,7 +1178,6 @@ tmi
11751178
tmp
11761179
tmpdir
11771180
tmtowtdi
1178-
to's
11791181
toc
11801182
todo
11811183
tol
@@ -1185,6 +1187,7 @@ toperl
11851187
topicalizes
11861188
topicalizing
11871189
tos
1190+
to's
11881191
traveller
11891192
travellers
11901193
trie

0 commit comments

Comments
 (0)