Jelajahi Sumber

Fix empty XML tag doc in XMLParser.xml

Fix doc to show how an empty XML tag is appropiately closed.
Andrés Botero 2 tahun lalu
induk
melakukan
3fdca75365
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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">