diff options
author | Andrés Botero <0xafbf@gmail.com> | 2023-08-16 15:00:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-16 15:00:45 -0500 |
commit | 3fdca75365e2a30dfdb82702eaef06c5f559e58f (patch) | |
tree | f308d422e6573d02a7cf70eed410153c5ae99370 | |
parent | a278c1b98a81738a35b96a933a6e6cf771f9ab2d (diff) | |
download | redot-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.xml | 2 |
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]<element \>[/code]). + Check whether the current element is empty (this only works for completely empty tags, e.g. [code]<element />[/code]). </description> </method> <method name="open"> |