Skip to content

Commit 9a99327

Browse files
authored
Typo slurp -> spurt
1 parent ee9455a commit 9a99327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/IO.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ exist, or is a directory.
355355
356356
Defined as:
357357
358-
multi slurp(IO() $path, |c)
358+
multi spurt(IO() $path, |c)
359359
360360
The C<$path> can be any object with an IO method that returns an
361361
L«C<IO::Path>|/type/IO::Path» object. Calls L«C<IO::Path.spurt>|/routine/spurt»

0 commit comments

Comments
 (0)