Skip to content

Commit 9735277

Browse files
committed
Use better head
1 parent cd3f682 commit 9735277

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
@@ -117,7 +117,7 @@ a negated junction:
117117
say '"yes" is not a negation';
118118
}
119119
120-
=head2 Failures and Exceptions
120+
=head1 Failures and Exceptions
121121
122122
L<Failures|/type/Failure> are just values like any other, as far as Junctions
123123
are concerned:
@@ -157,7 +157,7 @@ individually and then re-create the C<Junction> from the result:
157157
$j = any (gather $j».take).grep: {Nil !=== try calc $_};
158158
say so $j == 42; # OUTPUT: «True␤»
159159
160-
=head2 See Also
160+
=head1 See Also
161161
162162
=item L<http://perlgeek.de/blog-en/perl-5-to-6/08-junctions.html>
163163
=item L<http://perl6maven.com/perl6-is-a-value-in-a-given-list-of-values>

0 commit comments

Comments
 (0)