Prechádzať zdrojové kódy

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

Fix empty XML tag doc in XMLParser.xml
Rémi Verschelde 2 rokov pred
rodič
commit
c28cc5d5eb
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      doc/classes/XMLParser.xml

+ 1 - 1
doc/classes/XMLParser.xml

@@ -84,7 +84,7 @@
 		<method name="is_empty" qualifiers="const">
 		<method name="is_empty" qualifiers="const">
 			<return type="bool" />
 			<return type="bool" />
 			<description>
 			<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>
 			</description>
 		</method>
 		</method>
 		<method name="open">
 		<method name="open">