File tree Expand file tree Collapse file tree 6 files changed +20
-14
lines changed Expand file tree Collapse file tree 6 files changed +20
-14
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ 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 )
4
4
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 )
6
6
7
7
An HTML version of this documentation can be found at [ https://docs.perl6.org/ ] ( https://docs.perl6.org/ ) .
8
8
This is currently the recommended way to consume the documentation.
Original file line number Diff line number Diff line change @@ -638,7 +638,7 @@ X«|postfix .+»
638
638
= head2 postfix C « .+ »
639
639
640
640
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
642
642
would be called.
643
643
644
644
After that, a L < List > of the results are returned. If no such method was found,
@@ -662,7 +662,7 @@ X«|postfix .*»
662
662
= head2 postfix C « .* »
663
663
664
664
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
666
666
would be called.
667
667
668
668
After that, a L < List > of the results are returned. If no such method was found,
Original file line number Diff line number Diff line change @@ -1155,7 +1155,7 @@ the L<Input and Output|/language/io> page and the L<IO::Special> class. L<IO::Ha
1155
1155
Standard input filehandle, AKA I < STDIN > .
1156
1156
1157
1157
= item C < $*OUT >
1158
- Standard ouput filehandle, AKA I < STDOUT > .
1158
+ Standard output filehandle, AKA I < STDOUT > .
1159
1159
1160
1160
= item C < $*ERR >
1161
1161
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
1209
1209
1210
1210
= item C < &*EXIT >
1211
1211
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
1213
1213
another language runtime (such as Inline::Perl6 in Perl 5);
1214
1214
1215
1215
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ be produced.
83
83
say $i.pull-one.perl; # OUTPUT: «IterationEnd»
84
84
85
85
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.
87
87
88
88
# works the same as (10 ... 1, 'lift off')
89
89
class CountDown does Iterator {
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ abcdefghijk
34
34
abra
35
35
abraca
36
36
abracada
37
+ absolutepath
37
38
abstractserializable
38
39
aca
39
40
acada
@@ -125,6 +126,7 @@ codelines
125
126
commonancestor
126
127
conditionvariable
127
128
consectetur
129
+ cstr
128
130
cvvf
129
131
cx
130
132
czf
390
392
ßub
391
393
ssz
392
394
startee
395
+ stdlib
393
396
stmt
394
397
strcpy
395
398
strdistance
Original file line number Diff line number Diff line change @@ -517,9 +517,9 @@ invalidqualifier
517
517
invcw
518
518
invocable
519
519
invocant
520
- invocant's
521
520
invocantmarker
522
521
invocants
522
+ invocant's
523
523
invocationprotocol
524
524
invoker
525
525
ipc
@@ -786,8 +786,8 @@ oublock
786
786
outblock
787
787
outdented
788
788
outdents
789
- outer's
790
789
outers
790
+ outer's
791
791
outliers
792
792
outofrange
793
793
ov
@@ -851,8 +851,8 @@ postfixes
851
851
postgresql
852
852
postmatch
853
853
pragma
854
- pragma's
855
854
pragmas
855
+ pragma's
856
856
pre
857
857
precomp
858
858
precompilation
@@ -874,8 +874,8 @@ promisestatus
874
874
propname
875
875
proscriptive
876
876
proto
877
- proto's
878
877
protoregexes
878
+ proto's
879
879
prototyped
880
880
pseudopackage
881
881
pseudostash
@@ -911,9 +911,9 @@ radixoutofrange
911
911
raja
912
912
rakuda
913
913
rakudo
914
- rakudo's
915
914
rakudobrew
916
915
rakudolib
916
+ rakudo's
917
917
ratstr
918
918
readably
919
919
readchars
978
978
rubygems
979
979
rubylib
980
980
runtime
981
+ runtime's
981
982
rvalue
982
983
rvalues
983
984
rw
@@ -1000,12 +1001,14 @@ seektype
1000
1001
sem
1001
1002
semctl
1002
1003
semget
1004
+ semilist
1005
+ semilists
1003
1006
semnum
1004
1007
semop
1005
1008
sendonclosed
1006
1009
sep
1007
- seq's
1008
1010
seqs
1011
+ seq's
1009
1012
serializable
1010
1013
sessionstorage
1011
1014
setbagmix
@@ -1125,8 +1128,8 @@ substr
1125
1128
substring
1126
1129
substrings
1127
1130
subtest
1128
- subtest's
1129
1131
subtests
1132
+ subtest's
1130
1133
subthread
1131
1134
subtree
1132
1135
subtype
@@ -1175,7 +1178,6 @@ tmi
1175
1178
tmp
1176
1179
tmpdir
1177
1180
tmtowtdi
1178
- to's
1179
1181
toc
1180
1182
todo
1181
1183
tol
@@ -1185,6 +1187,7 @@ toperl
1185
1187
topicalizes
1186
1188
topicalizing
1187
1189
tos
1190
+ to's
1188
1191
traveller
1189
1192
travellers
1190
1193
trie
You can’t perform that action at this time.
0 commit comments