Skip to content

Commit 4444d34

Browse files
committed
Fix example compilation
1 parent 659b78c commit 4444d34

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/Type/Cool.pod6

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1276,7 +1276,9 @@ Coerces the invocant to L<IO::Path>.
12761276
12771277
Defined as:
12781278
1279-
method EVAL(*%_);
1279+
=for code
1280+
method EVAL(*%_)
1281+
=for code
12801282
sub EVAL($code where Cool|Blob, :$lang = 'perl6')
12811283
12821284
Method form calls subroutine form with invocant as C<$code>, passing along

doc/Type/Pod/Block/Declarator.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
=SUBTITLE Declarator block in a Pod document
66
7-
class Pod::Block::Declarator is Pod::Block { ... }
7+
class Pod::Block::Declarator is Pod::Block { }
88
99
Class for a declarator Pod block
1010

0 commit comments

Comments
 (0)