Skip to content

Commit 2f81225

Browse files
authored
It shouldn't error this way
At least that's how it was originally.
1 parent a28a49e commit 2f81225

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/Language/pod.pod6

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -274,10 +274,10 @@ Code blocks can also be explicitly defined by enclosing them in C<=begin code>
274274
and C<=end code>
275275
276276
=begin code :lang<pod6>
277-
=begin code
278-
my $name = 'John Doe';
279-
say $name;
280-
=end code
277+
=begin code
278+
my $name = 'John Doe';
279+
say $name;
280+
=end code
281281
=end code
282282
283283
=head2 I/O blocks

0 commit comments

Comments
 (0)