summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2005-06-20 13:46:33 +0000
committermichelou <michelou@epfl.ch>2005-06-20 13:46:33 +0000
commitc8573fd5dfa31dc4d6d90f208e1858e2a8f7563d (patch)
tree4eaff20b3ed0e06129686772b550bd43c43790e1
parentc5b684607ca3d24967d662af6e607352294bbbf4 (diff)
downloadscala-c8573fd5dfa31dc4d6d90f208e1858e2a8f7563d.tar.gz
scala-c8573fd5dfa31dc4d6d90f208e1858e2a8f7563d.tar.bz2
scala-c8573fd5dfa31dc4d6d90f208e1858e2a8f7563d.zip
- corrected HTML tag in Scala comment.
-rw-r--r--sources/scala/xml/parsing/MarkupParser.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/scala/xml/parsing/MarkupParser.scala b/sources/scala/xml/parsing/MarkupParser.scala
index 7e6dc73184..d3387018c8 100644
--- a/sources/scala/xml/parsing/MarkupParser.scala
+++ b/sources/scala/xml/parsing/MarkupParser.scala
@@ -458,7 +458,7 @@ abstract class MarkupParser: (MarkupParser with MarkupHandler) extends AnyRef wi
}
}
- /** '<' content1 ::= ... */
+ /** '&lt;' content1 ::= ... */
def content1(pscope: NamespaceBinding, ts: NodeBuffer): Unit = {
ch match {
case '!' =>