Skip to content

Commit 09c791b

Browse files
authored
s/Markdown syntax/POD6 syntax/
1 parent 47ff32d commit 09c791b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/Junction.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ is carried out for each junction element (also known as I<eigenstate>), and
1212
the result is junction of the return values of all those operators.
1313
1414
Junctions collapse into a single value in boolean context, so when used in a
15-
conditional, a negation or an explicit coercion to Bool through the `so` or
16-
`?` prefix operators. The semantics of this collapse
15+
conditional, a negation or an explicit coercion to Bool through the C<so> or
16+
C<?> prefix operators. The semantics of this collapse
1717
depend on the I<junction type>, which can be C<all>, C<any>, C<one> or
1818
C<none>.
1919

0 commit comments

Comments
 (0)