Skip to content

Commit

Permalink
[DOC] Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Apr 13, 2023
1 parent 3785049 commit 86db7a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions io.c
Expand Up @@ -11654,9 +11654,9 @@ pipe_pair_close(VALUE rw)
* IO.pipe(**opts) -> [read_io, write_io]
* IO.pipe(enc, **opts) -> [read_io, write_io]
* IO.pipe(ext_enc, int_enc, **opts) -> [read_io, write_io]
* IO.pipe(**opts) {|read_io, write_io] ...} -> object
* IO.pipe(enc, **opts) {|read_io, write_io] ...} -> object
* IO.pipe(ext_enc, int_enc, **opts) {|read_io, write_io] ...} -> object
* IO.pipe(**opts) {|read_io, write_io| ...} -> object
* IO.pipe(enc, **opts) {|read_io, write_io| ...} -> object
* IO.pipe(ext_enc, int_enc, **opts) {|read_io, write_io| ...} -> object
*
* Creates a pair of pipe endpoints, +read_io+ and +write_io+,
* connected to each other.
Expand Down

0 comments on commit 86db7a1

Please sign in to comment.