Skip to content

Commit 4a9da56

Browse files
committed
Revert "Add missing :"
This reverts commit e6c92f4. As discussed in the issue #427, this wasn't correct.
1 parent f4be522 commit 4a9da56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/IO.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ C<False>.
317317
spurt "path/to/file", "default text, directly written";
318318
319319
# write directly with a non-Unicode encoding
320-
spurt "path/to/latin1_file", "latin1 text: äöüß", :enc => "latin1";
320+
spurt "path/to/latin1_file", "latin1 text: äöüß", enc => "latin1";
321321
322322
# append to a pre-existing file
323323
spurt "file_already_exists", "some text";

0 commit comments

Comments
 (0)