Skip to content

Commit bcec742

Browse files
committed
fix typo in method documentation
1 parent 9b85c9d commit bcec742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/src/main/scala/scala/xml/XML.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ object XML extends XMLLoader[Elem] {
7474
* optionally with xmldecl and doctype declaration.
7575
*
7676
* Note: default encoding was ISO-8859-1 (latin1) in pre-1.0.7 scala-xml versions.
77-
* If your code depends on charaters in non-ASCII latin1 range, specify
77+
* If your code depends on characters in non-ASCII latin1 range, specify
7878
* ISO-8859-1 encoding explicitly.
7979
*
8080
* @param filename the filename

0 commit comments

Comments
 (0)