From b926ac51ccce215674dd945735a5162ef7d5be8a Mon Sep 17 00:00:00 2001 From: Herwin Date: Sun, 10 Sep 2023 12:33:48 +0200 Subject: [DOC] Fix a typo in "Open Options" section of IO The word "and" was missing. --- io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * -- cgit v1.2.3