Skip to content

Commit 9b5b3a0

Browse files
committed
Fix compile error
1 parent 8d5e31c commit 9b5b3a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/IO/Path.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ Examples:
429429
430430
# To get the names of all .jpg and .jpeg files in ~/Downloads:
431431
my @jpegs = $*HOME.dir: test => /:i '.' jpe?g $/;
432-
=end
432+
=end code
433433
434434
=comment TODO: Turn the following into a FAQ entry, and link to it from here.
435435

0 commit comments

Comments
 (0)