1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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

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).
*