Skip to content

Commit 4d25419

Browse files
authored
Fix typo in description
1 parent 7e4138e commit 4d25419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S32-io/open.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ subtest '.open with "-" as path uses $*IN/$*OUT' => {
401401
}
402402
}
403403

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

0 commit comments

Comments
 (0)