Skip to content

Commit 4cb8743

Browse files
committed
typo, new words
1 parent f5c9535 commit 4cb8743

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

doc/Type/Array.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ several different ways:
2222
my @foo of Int = 33,44; # [33 44]
2323
my @bar is Array[Int] = 33,44; # [33 44]
2424
25-
The second example, which parametrizes a type, is only available from Rakudo
25+
The second example, which parameterizes a type, is only available from Rakudo
2626
2019.03.
2727
2828
=head1 Methods

xt/pws/code.pws

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,7 @@ yz
501501
za
502502
zapatilla
503503
zbcd
504+
zipwith
504505
zwelp
505506
zycd
506507
zzbcd

xt/pws/words.pws

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,6 +1000,7 @@ param
10001000
parameterization
10011001
parameterizations
10021002
parameterized
1003+
parameterizes
10031004
parameterizing
10041005
parameterless
10051006
parametricconstant
@@ -1421,6 +1422,7 @@ sysseek
14211422
syswrite
14221423
tabstop
14231424
taketh
1425+
takewhile
14241426
tanh
14251427
tapbeforespawn
14261428
tbd

0 commit comments

Comments
 (0)