summaryrefslogtreecommitdiff
path: root/doc/encodings.rdoc
diff options
context:
space:
mode:
-rw-r--r--doc/encodings.rdoc2
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ Other characters, such as the Euro symbol, are multi-byte:
s = "\u20ac" # => "€"
s.bytes # => [226, 130, 172]
-== The \Encoding \Class
=== \Encoding Objects