summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrés Botero <0xafbf@gmail.com>2023-08-16 15:00:45 -0500
committerGitHub <noreply@github.com>2023-08-16 15:00:45 -0500
commit3fdca75365e2a30dfdb82702eaef06c5f559e58f (patch)
treef308d422e6573d02a7cf70eed410153c5ae99370
parenta278c1b98a81738a35b96a933a6e6cf771f9ab2d (diff)
downloadredot-engine-3fdca75365e2a30dfdb82702eaef06c5f559e58f.tar.gz
Fix empty XML tag doc in XMLParser.xml
Fix doc to show how an empty XML tag is appropiately closed.
-rw-r--r--doc/classes/XMLParser.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/XMLParser.xml b/doc/classes/XMLParser.xml
index 6812e83b8f..9b960f66fe 100644
--- a/doc/classes/XMLParser.xml
+++ b/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">