Skip to content

Commit 5cca681

Browse files
authored
Fix up code sample indentation
1 parent 553bdad commit 5cca681

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/Type/IO/Path.pod6

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,14 +135,12 @@ Defined as:
135135
Concatenates a path fragment to the invocant and returns the resultant
136136
C<IO::Path>.
137137
138-
=begin code
139138
"foo/bar".IO.mkdir;
140139
"foo/bar".IO.add("meow") .resolve.relative.say; # OUTPUT: «foo/bar/meow␤»
141140
"foo/bar".IO.add("/meow") .resolve.relative.say; # OUTPUT: «foo/bar/meow␤»
142141
"foo/bar".IO.add("meow.txt").resolve.relative.say; # OUTPUT: «foo/bar/meow.txt␤»
143142
"foo/bar".IO.add("../meow") .resolve.relative.say; # OUTPUT: «foo/meow␤»
144143
"foo/bar".IO.add("../../") .resolve.relative.say; # OUTPUT: «.␤»
145-
=end code
146144
147145
=head2 method child
148146

0 commit comments

Comments
 (0)