Skip to content

Commit

Permalink
Whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
cfa committed Jan 14, 2019
1 parent aafb125 commit 1f15419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/IO/Path.pod6
Expand Up @@ -829,7 +829,7 @@ Defined as:
method spurt(IO::Path:D: $data, :$enc, :$append, :$createonly)
Opens the file path for writing, and writes all of the C<$data> into it.File
Opens the file path for writing, and writes all of the C<$data> into it. File
will be closed, afterwards. Will L«C<fail>|/routine/fail» if it cannot succeed
for any reason. The C<$data> can be any L«C<Cool>|/type/Cool» type or any
L«C<Blob>|/type/Blob» type. Arguments are as follows:
Expand Down

0 comments on commit 1f15419

Please sign in to comment.