Selaa lähdekoodia

Merge pull request #80698 from 0xafbf/0xafbf-patch-1

Fix empty XML tag doc in XMLParser.xml
Rémi Verschelde 2 vuotta sitten
vanhempi
commit
c28cc5d5eb
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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">