Programming Ruby 3.2 (5th Edition): B4.0 page 584, character + maybe a comma

@noelrappin

page 584, paragraph 4 (counting code)

lines [5-]6 :

… All other characters are converted to the format
“%” followed by the ord value of the string as a hexadecimal number.

I would expect : the ord value of the character

+++++ second to last line :

It takes an encoded string puts the spaces back

I would put a comma after string.

Thanks!