mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 20:44:20 +00:00
The example code in the documentation for the `String#encode` method has a typo in the `fallback` option. The example code uses `h` as the fallback option, but it should use `hash` instead to match the variable name in the example code.