Skip to content

Commit 85f212a

Browse files
committed
Escape |, it's a pod table special char
Fixes #1764
1 parent 6918c9e commit 85f212a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Junction.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ C<none>.
2222
type | constructor | operator | True if ...
2323
=====+================+============+===========
2424
all | all | & | no value evaluates to False
25-
any | any | | | at least one value evaluates to True
25+
any | any | \| | at least one value evaluates to True
2626
one | one | ^ | exactly one value evaluates to True
2727
none | none | | no value evaluates to True
2828

0 commit comments

Comments
 (0)