Skip to content

Commit 34c94b3

Browse files
committed
[DOC] Fix formatting in IO
Colon should be outside of the code.
1 parent 72f309f commit 34c94b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

io.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15113,7 +15113,7 @@ set_LAST_READ_LINE(VALUE val, ID _x, VALUE *_y)
1511315113
* - +:binmode+: If a truthy value, specifies the mode as binary, text-only otherwise.
1511415114
* - +:autoclose+: If a truthy value, specifies that the +fd+ will close
1511515115
* when the stream closes; otherwise it remains open.
15116-
* - +:path:+ If a string value is provided, it is used in #inspect and is available as
15116+
* - +:path+: If a string value is provided, it is used in #inspect and is available as
1511715117
* #path method.
1511815118
*
1511915119
* Also available are the options offered in String#encode,

0 commit comments

Comments
 (0)