Skip to content

Commit 0fe2bbb

Browse files
committed
Minor edits
1 parent eb77384 commit 0fe2bbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/IO/Path.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -829,8 +829,8 @@ Defined as:
829829
830830
method spurt(IO::Path:D: $data, :$enc, :$append, :$createonly)
831831
832-
Opens the file path for writing, and writes all of the C<$data> into it. File
833-
will be closed, afterwards. Will L«C<fail>|/routine/fail» if it cannot succeed
832+
Opens the path for writing, and writes all of the C<$data> into it. File
833+
will be closed afterwards. Will L«C<fail>|/routine/fail» if it cannot succeed
834834
for any reason. The C<$data> can be any L«C<Cool>|/type/Cool» type or any
835835
L«C<Blob>|/type/Blob» type. Arguments are as follows:
836836

0 commit comments

Comments
 (0)