We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c0dae commit 87bc106Copy full SHA for 87bc106
ext/stringio/stringio.c
@@ -1888,7 +1888,7 @@ strio_truncate(VALUE self, VALUE len)
1888
* external_encoding -> encoding or nil
1889
*
1890
* Returns an Encoding object that represents the encoding of the string;
1891
- * see {Encoding}[rdoc-ref:Encoding]:
+ * see {Encodings}[rdoc-ref:StringIO@Encodings]:
1892
1893
* strio = StringIO.new('foo')
1894
* strio.external_encoding # => #<Encoding:UTF-8>
0 commit comments