File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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>&</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>).
You can’t perform that action at this time.
0 commit comments