Skip to content

Commit 2e7b007

Browse files
authored
use file-consistent heading format
1 parent 8ae1298 commit 2e7b007

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/Language/io.pod6

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ the file test method C<f>:
155155
say "testfile".IO.f; # OUTPUT: «True␤»
156156
say "lib".IO.f; # OUTPUT: «False␤»
157157
158-
=head1 Copying and renaming files.
158+
=head1 Copying and renaming files
159159
160160
Routines C<copy>, C<rename>, and C<move> are available to avoid low-level system commands.
161161
See details at L<copy|/routine/copy>, L<rename|/routine/rename>, and L<move|/routine/move>.
@@ -176,6 +176,7 @@ move $fileb, '/disk2/foo'; # use move when a system rename may not
176176
# overwrites '/disk2/foo' if it exists
177177
move $fileb, '/disk2/foo', :createonly; # fails if '/disk2/foo' exists
178178
=end code
179+
179180
=head1 Getting a directory listing
180181
181182
To list the contents of the current directory, use the C<dir> function. It

0 commit comments

Comments
 (0)