[DOC] Fix a typo in "Open Options" section of IO

The word "and" was missing.
This commit is contained in:
Herwin 2023-09-10 12:33:48 +02:00 committed by GitHub
parent f2102e4015
commit b926ac51cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
Notes: git 2023-09-10 10:34:09 +00:00
Merged: https://github.com/ruby/ruby/pull/8409

Merged-By: nobu <nobu@ruby-lang.org>

2
io.c
View File

@ -14716,7 +14716,7 @@ set_LAST_READ_LINE(VALUE val, ID _x, VALUE *_y)
* #path method.
*
* Also available are the options offered in String#encode,
* which may control conversion between external internal encoding.
* which may control conversion between external and internal encoding.
*
* == Basic \IO
*