Skip to content

Commit

Permalink
Fix typo in description
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Jun 4, 2017
1 parent 7e4138e commit 4d25419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S32-io/open.t
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ subtest '.open with "-" as path uses $*IN/$*OUT' => {
}
}

subtest '.open with "-" as path can opens closed $*IN/$*OUT' => {
subtest '.open with "-" as path can open closed $*IN/$*OUT' => {
plan 3;
subtest 'STDOUT' => { plan 4;
temp $*OUT = IO::Handle.new: :path(make-temp-file);
Expand Down

0 comments on commit 4d25419

Please sign in to comment.