We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb77384 commit 0fe2bbbCopy full SHA for 0fe2bbb
doc/Type/IO/Path.pod6
@@ -829,8 +829,8 @@ Defined as:
829
830
method spurt(IO::Path:D: $data, :$enc, :$append, :$createonly)
831
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
+Opens the 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
834
for any reason. The C<$data> can be any L«C<Cool>|/type/Cool» type or any
835
L«C<Blob>|/type/Blob» type. Arguments are as follows:
836
0 commit comments