1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Fix various typos in the classref

(cherry picked from commit 766807506c)
This commit is contained in:
Haoyu Qiu
2023-04-18 19:53:47 +08:00
committed by Yuri Sizov
parent 32dc3b66ab
commit 2eb29d0684
15 changed files with 21 additions and 21 deletions

View File

@@ -1007,7 +1007,7 @@
<return type="bool" />
<param index="0" name="string" type="String" />
<description>
Returns [code]true[/code] is [param string] is a valid identifier.
Returns [code]true[/code] if [param string] is a valid identifier.
If the text server supports the [constant FEATURE_UNICODE_IDENTIFIERS] feature, a valid identifier must:
- Conform to normalization form C.
- Begin with a Unicode character of class XID_Start or [code]"_"[/code].