diff options
Diffstat (limited to 'doc/string/getbyte.rdoc')
| -rw-r--r-- | doc/string/getbyte.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/string/getbyte.rdoc b/doc/string/getbyte.rdoc index 1d0ed2a5a4..974e21c473 100644 --- a/doc/string/getbyte.rdoc +++ b/doc/string/getbyte.rdoc @@ -20,4 +20,4 @@ More examples: s.bytes # => [227, 129, 147, 227, 130, 147, 227, 129, 171, 227, 129, 161, 227, 129, 175] s.getbyte(2) # => 147 -Related: see {Converting to Non-String}[rdoc-ref:String@Converting+to+Non--5CString]. +Related: see {Converting to Non-String}[rdoc-ref:String@Converting+to+Non-String]. |
