We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b85c9d commit bcec742Copy full SHA for bcec742
shared/src/main/scala/scala/xml/XML.scala
@@ -74,7 +74,7 @@ object XML extends XMLLoader[Elem] {
74
* optionally with xmldecl and doctype declaration.
75
*
76
* 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
+ * If your code depends on characters in non-ASCII latin1 range, specify
78
* ISO-8859-1 encoding explicitly.
79
80
* @param filename the filename
0 commit comments