Skip to content

Commit 1c0e7f4

Browse files
committed
typos
1 parent c5af24c commit 1c0e7f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/Junction.pod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
A junction is an unordered composite value of zero or more values. Junctions
88
I<autothread> over many operations, which means that the operation
9-
is carried out for each junction element (also known as I<eigentstate>), and
9+
is carried out for each junction element (also known as I<eigenstate>), and
1010
the result is junction of the return values of all those operators.
1111
1212
Junctions collapse into a single value in boolean context. The semantics
@@ -17,9 +17,9 @@ C<none>.
1717
1818
type constructor operator True if ...
1919
==== =========== ======== ===========
20-
all all & no value evaluate to False
21-
any any | at least one value evaluaates to True
22-
one one ^ exactly on value evalutes to True
20+
all all & no value evaluates to False
21+
any any | at least one value evaluates to True
22+
one one ^ exactly one value evaluates to True
2323
none none no value evaluates to True
2424
2525
=end table

0 commit comments

Comments
 (0)