diff --git a/xml.html b/xml.html index c3399ee..7f11209 100755 --- a/xml.html +++ b/xml.html @@ -103,7 +103,7 @@ mark{display:inline} </foo> ②
foo element.
-foo element. Like balancing parentheses in writing or mathematics or code, every start tag much be closed (matched) by a corresponding end tag.
+foo element. Like balancing parentheses in writing or mathematics or code, every start tag must be closed (matched) by a corresponding end tag.
Elements can be nested to any depth. An element bar inside an element foo is said to be a subelement or child of foo.