Skip to content

Commit f250c6c

Browse files
committed
remove stray ', syntax error
1 parent 65952ca commit f250c6c

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
@@ -646,7 +646,7 @@ which case the reported size is dependent on the operating system. The method
646646
will L«C<fail>|/routine/fail» with C<X::IO::DoesNotExist> if the path points to
647647
a non-existent filesystem entity.
648648
649-
say $*EXECUTABLE.IO.s'; # OUTPUT : «467␤»
649+
say $*EXECUTABLE.IO.s; # OUTPUT : «467␤»
650650
651651
=head2 method l
652652

0 commit comments

Comments
 (0)