Skip to content

Commit 71482c2

Browse files
committed
fix typos/learn words
1 parent 2af5ec5 commit 71482c2

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

doc/Type/Lock/Async.pod6

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
33
=TITLE class Lock::Async
44
5-
=SUBTITLE Low-level non-blocking non-reentrant mutual exclusion lock
5+
=SUBTITLE Low-level non-blocking non-re-entrant mutual exclusion lock
66
77
class Lock::Async {}
88
9-
An asynchronous lock provides a non-blocking non-reentrant mechanism for
9+
An asynchronous lock provides a non-blocking non-re-entrant mechanism for
1010
mutual exclusion. The lock method returns a Promise, which will already be
1111
kept if nothing was holding the lock already, so execution can proceed
1212
immediately. For performance reasons, in this case it returns a singleton
1313
Promise instance. Otherwise, a Promise in planned state will be returned,
1414
and kept once the lock has been unlocked by its current holder. The lock
1515
and unlock do not need to take place on the same thread; that's why it's not
16-
reentrant.
16+
re-entrant.
1717
1818
High-level Perl 6 code should avoid the direct usage of locks, because they
1919
are not composable. Instead, high-level constructs such as

doc/Type/Telemetry/Instrument/Thread.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ B<Note: > This class is a Rakudo-specific feature and not standard Perl 6.
1212
Objects of this class are generally not created by themselves, but rather
1313
through making a L<snap|/type/Telemetry>shot.
1414
15-
This class provides the following datapoints (in alphabetical order):
15+
This class provides the following data points (in alphabetical order):
1616
1717
=item tad
1818

xt/words.pws

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,12 +456,14 @@ hyperoperator
456456
hyperoperators
457457
hyperwhatever
458458
ibus
459+
idrss
459460
idx
460461
ieee
461462
ift
462463
ignorecase
463464
ignoremark
464465
iirc
466+
iisrss
465467
illuminatus
466468
im
467469
img
@@ -513,16 +515,19 @@ isengard
513515
ish
514516
isnan
515517
isnt
518+
isrss
516519
iterable
517520
iterables
518521
iterationend
519522
iteratively
520523
iwbn
524+
ixress
521525
jdb
522526
jdv
523527
jdv's
524528
jepgs
525529
jit
530+
jnthn
526531
joffrey
527532
jpeg
528533
jpegs
@@ -587,15 +592,18 @@ lvalue
587592
lvalues
588593
macosx
589594
macvim
595+
majflt
590596
makefile
591597
maketemp
592598
maksura
593599
mappable
594600
marshalling
601+
masterduke
595602
matcher
596603
matchers
597604
maxbuf
598605
maxpairs
606+
maxrss
599607
mbc
600608
mbigint
601609
mdash
@@ -612,6 +620,7 @@ metasyntactic
612620
methodcontainer
613621
methodname
614622
metre
623+
minflt
615624
minibuffer
616625
minimalistic
617626
minmax
@@ -690,6 +699,7 @@ nfkc
690699
nfkd
691700
ngs
692701
niecza
702+
nivcsw
693703
nl
694704
nodality
695705
nodejs
@@ -757,6 +767,7 @@ orson
757767
orwith
758768
osname
759769
oub
770+
oublock
760771
outblock
761772
outdented
762773
outdents
@@ -1163,6 +1174,7 @@ tty
11631174
tuples
11641175
twigil
11651176
twigils
1177+
tyd
11661178
typecheck
11671179
typechecked
11681180
typechecks
@@ -1207,6 +1219,7 @@ unimatch
12071219
unimportable
12081220
uniname
12091221
uninames
1222+
uniparse
12101223
uniprop
12111224
uniprops
12121225
unival
@@ -1298,4 +1311,5 @@ yolo
12981311
yot
12991312
yyyy
13001313
zef
1314+
zoffixznet
13011315
zwj

0 commit comments

Comments
 (0)