Skip to content

Commit da214cf

Browse files
BurdetteLamarmatzbot
authored andcommitted
[DOC] Tweaks for StringIO#binmode (#147)
1 parent f762e50 commit da214cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/stringio/stringio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ strio_set_lineno(VALUE self, VALUE lineno)
712712
* binmode -> self
713713
*
714714
* Sets the data mode in +self+ to binary mode;
715-
* see {Data Mode}[rdoc-ref:File@Data+Mode].
715+
* see {Data Mode}[https://docs.ruby-lang.org/en/master/File.html#class-File-label-Data+Mode].
716716
*
717717
*/
718718
static VALUE

0 commit comments

Comments
 (0)