Programming Ruby 3.2 (5th Edition): B4.0 page 574, encodings

@noelrappin

page 574, in External File Encodings, paragraph 4, lines 4-6 :

4 internal encoding. If set, then input will be transcoded from the external to the internal
5 encodings on read operations, and output will be transcoded from internal to external
6 encoding on write operations.

Line 6 uses encoding, line 5 encodings. I think it should be encoding.

I think you are correct