summaryrefslogtreecommitdiffstats
path: root/doc/classes/String.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-01-27 12:07:53 +0100
committerRémi Verschelde <rverschelde@gmail.com>2023-01-27 12:07:53 +0100
commit518b9e5801a19229805fe837d7d0cf92920ad413 (patch)
tree7b024dcc7f309244afd615f92d75d995b7f9c713 /doc/classes/String.xml
parent9d555f5c6853c0f97136532d1c71ee3a06fd82dc (diff)
downloadredot-engine-518b9e5801a19229805fe837d7d0cf92920ad413.tar.gz
Add missing classref changes after #62942
Diffstat (limited to 'doc/classes/String.xml')
-rw-r--r--doc/classes/String.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/String.xml b/doc/classes/String.xml
index 15c44499cc..143e1f23e9 100644
--- a/doc/classes/String.xml
+++ b/doc/classes/String.xml
@@ -1005,13 +1005,13 @@
<method name="validate_filename" qualifiers="const">
<return type="String" />
<description>
- Replace all characters that are not allowed in [method is_valid_filename] with underscores.
+ Returns a copy of the string with all characters that are not allowed in [method is_valid_filename] replaced with underscores.
</description>
</method>
<method name="validate_node_name" qualifiers="const">
<return type="String" />
<description>
- Removes all characters that are not allowed in [member Node.name] from the string ([code].[/code] [code]:[/code] [code]@[/code] [code]/[/code] [code]"[/code] [code]%[/code]).
+ Returns a copy of the string with all characters that are not allowed in [member Node.name] removed ([code].[/code] [code]:[/code] [code]@[/code] [code]/[/code] [code]"[/code] [code]%[/code]).
</description>
</method>
<method name="xml_escape" qualifiers="const">