Skip to content

Commit 7eef25a

Browse files
committed
fix typos, learn words
1 parent c3958e1 commit 7eef25a

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

doc/Language/unicode.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Or two codepoints:
7979
8080
Perl 6 will turn both these inputs into one codepoint, as is specified for
8181
normalization form canonical (B<X<NFC>>). In most cases this is useful and means
82-
that two inputs that are equivilant both are treated the same, and any text
82+
that two inputs that are equivalent both are treated the same, and any text
8383
you process or output from Perl 6 will be in this "canonical" form.
8484
8585
One case where we don't default to this, is for file handles. This is because

xt/code.pws

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ failgoal
122122
failhash
123123
fairycake
124124
fbtb
125+
fffd
125126
ffff
126127
ffffffffffffffffffffffffffffffff
127128
ffix

xt/words.pws

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ autoincrement
6969
autopun
7070
autoquoted
7171
autoquotes
72+
autostart
7273
autothread
7374
autothreading
7475
autothreads
@@ -219,6 +220,7 @@ dbmopen
219220
dbname
220221
declarator
221222
declarators
223+
decodable
222224
decontainerization
223225
decontainerize
224226
decrement
@@ -427,6 +429,7 @@ hyperiterable
427429
hyperoperator
428430
hyperoperators
429431
hyperwhatever
432+
ibus
430433
idx
431434
ieee
432435
ignorecase
@@ -496,6 +499,7 @@ json
496499
junctive
497500
jvm
498501
kd
502+
kde
499503
keyof
500504
keypress
501505
khaleesi
@@ -640,6 +644,7 @@ nextcallee
640644
nextsame
641645
nextwith
642646
nfd
647+
nfg
643648
nfkc
644649
nfkd
645650
niecza
@@ -1140,6 +1145,7 @@ unordered
11401145
unpolar
11411146
unportable
11421147
unquantified
1148+
unrepresentable
11431149
unsetting
11441150
unshift
11451151
unspace
@@ -1154,6 +1160,7 @@ upto
11541160
uri
11551161
useqq
11561162
username
1163+
userwide
11571164
usr
11581165
utc
11591166
utf

0 commit comments

Comments
 (0)