We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 385657a commit 197a082Copy full SHA for 197a082
src/main/scala/scala/xml/XML.scala
@@ -75,7 +75,7 @@ object XML extends XMLLoader[Elem] {
75
* optionally with xmldecl and doctype declaration.
76
*
77
* Note: default encoding was ISO-8859-1 (latin1) in pre-1.0.7 scala-xml versions.
78
- * If your code depends on charaters in non-ASCII latin1 range, specify
+ * If your code depends on characters in non-ASCII latin1 range, specify
79
* ISO-8859-1 encoding explicitly.
80
81
* @param filename the filename
0 commit comments