Skip to content

Commit 4aa5805

Browse files
committed
avoid dupe words in sample text
1 parent de194a1 commit 4aa5805

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/Type/IO/Spec/Unix.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Returns the string C<"/dev/null"> representing the
123123
L<"Null device"|https://en.wikipedia.org/wiki/Null_device>:
124124
125125
=for code
126-
$*SPEC.devnull.IO.spurt: "blah blah";
126+
$*SPEC.devnull.IO.spurt: "foo bar baz";
127127
128128
=head2 method dir-sep
129129

doc/Type/IO/Spec/Win32.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Returns the string C<"nul"> representing the
103103
L<"Null device"|https://en.wikipedia.org/wiki/Null_device>:
104104
105105
=for code
106-
$*SPEC.devnull.IO.spurt: "blah blah";
106+
$*SPEC.devnull.IO.spurt: "foo bar baz";
107107
108108
=head2 method dir-sep
109109

0 commit comments

Comments
 (0)