From 4186cd6435a58a9233ffe52f5d5ee6374d098883 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 8 Feb 2021 21:43:40 +0900 Subject: Revert a part of "[DOC] refined" [ci skip] This reverts commit 478716f49a19cdd86f629c6a0673c1ff53630c96 partially -- "Removed unnecessary parentheses" part -- because of a lambda, see 9e25eb308d4fae9a10e120c2b4601916cc38336c. --- ext/pty/pty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/pty') diff --git a/ext/pty/pty.c b/ext/pty/pty.c index 0e46c72dc0..72074f7421 100644 --- a/ext/pty/pty.c +++ b/ext/pty/pty.c @@ -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). * -- cgit v1.2.1