Revert a part of "[DOC] refined" [ci skip]

This reverts commit 478716f49a
partially -- "Removed unnecessary parentheses" part -- because of
a lambda, see 9e25eb308d.
This commit is contained in:
Nobuyoshi Nakada 2021-02-08 21:43:40 +09:00
parent 3a7ff66abc
commit 4186cd6435
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@ pty_close_pty(VALUE assoc)
/*
* call-seq:
* PTY.open => [master_io, slave_file]
* PTY.open {|master_io, slave_file| ... } => block value
* PTY.open {|(master_io, slave_file)| ... } => block value
*
* Allocates a pty (pseudo-terminal).
*