Skip to content

Commit

Permalink
Merge pull request #80698 from 0xafbf/0xafbf-patch-1
Browse files Browse the repository at this point in the history
Fix empty XML tag doc in XMLParser.xml
  • Loading branch information
akien-mga committed Aug 17, 2023
2 parents a42f95f + 3fdca75 commit c28cc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/XMLParser.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit c28cc5d

Please sign in to comment.