Explorar o código

Fix empty XML tag doc in XMLParser.xml

Fix doc to show how an empty XML tag is appropiately closed.
Andrés Botero %!s(int64=2) %!d(string=hai) anos
pai
achega
3fdca75365
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      doc/classes/XMLParser.xml

+ 1 - 1
doc/classes/XMLParser.xml

@@ -84,7 +84,7 @@
 		<method name="is_empty" qualifiers="const">
 			<return type="bool" />
 			<description>
-				Check whether the current element is empty (this only works for completely empty tags, e.g. [code]&lt;element \&gt;[/code]).
+				Check whether the current element is empty (this only works for completely empty tags, e.g. [code]&lt;element /&gt;[/code]).
 			</description>
 		</method>
 		<method name="open">