浏览代码

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

Fix empty XML tag doc in XMLParser.xml
Rémi Verschelde 2 年之前
父节点
当前提交
c28cc5d5eb
共有 1 个文件被更改,包括 1 次插入1 次删除
  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">