aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
diff options
context:
space:
mode:
authorHerwin <herwinw@herwinw.nl>2023-09-10 12:33:48 +0200
committerGitHub <noreply@github.com>2023-09-10 19:33:48 +0900
commitb926ac51ccce215674dd945735a5162ef7d5be8a (patch)
tree9ffb2fb6f0af95d572f6237fe7a70e5c5d90ce70 /io.c
parentf2102e4015c103e49a4f896880ef6934d572d4f2 (diff)
downloadruby-b926ac51ccce215674dd945735a5162ef7d5be8a.tar.gz
[DOC] Fix a typo in "Open Options" section of IO
The word "and" was missing.
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io.c b/io.c
index f0432142d3..480bed9157 100644
--- a/io.c
+++ b/io.c
@@ -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
*