Skip to content

Commit 61b5d3c

Browse files
authored
[DOC] Fix 'hexadecimal' spelling on encodings docs
Fix typo
1 parent 3336303 commit 61b5d3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/encodings.rdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ These keyword-value pairs specify encoding options:
437437
- <tt>:xml: nil</tt> (default): No handling for XML entities.
438438
- <tt>:xml: :text</tt>: Treat source text as XML;
439439
replace each undefined character
440-
with its upper-case hexdecimal numeric character reference,
440+
with its upper-case hexadecimal numeric character reference,
441441
except that:
442442

443443
- <tt>&</tt> is replaced with <tt>&amp;</tt>.
@@ -446,7 +446,7 @@ These keyword-value pairs specify encoding options:
446446

447447
- <tt>:xml: :attr</tt>: Treat source text as XML attribute value;
448448
replace each undefined character
449-
with its upper-case hexdecimal numeric character reference,
449+
with its upper-case hexadecimal numeric character reference,
450450
except that:
451451

452452
- The replacement string <tt>r</tt> is double-quoted (<tt>"r"</tt>).

0 commit comments

Comments
 (0)