From 61b5d3cf89d9c4b9390eee1e3b3b458c4ad02c31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Luiz=20Tiago=20Soares?= Date: Tue, 22 Jul 2025 22:10:56 -0300 Subject: [PATCH] [DOC] Fix 'hexadecimal' spelling on encodings docs Fix typo --- doc/encodings.rdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/encodings.rdoc b/doc/encodings.rdoc index eaee2efd62..bd87c38e9e 100644 --- a/doc/encodings.rdoc +++ b/doc/encodings.rdoc @@ -437,7 +437,7 @@ These keyword-value pairs specify encoding options: - :xml: nil (default): No handling for XML entities. - :xml: :text: Treat source text as XML; replace each undefined character - with its upper-case hexdecimal numeric character reference, + with its upper-case hexadecimal numeric character reference, except that: - & is replaced with &. @@ -446,7 +446,7 @@ These keyword-value pairs specify encoding options: - :xml: :attr: Treat source text as XML attribute value; replace each undefined character - with its upper-case hexdecimal numeric character reference, + with its upper-case hexadecimal numeric character reference, except that: - The replacement string r is double-quoted ("r").