diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2021-06-18 16:14:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-18 16:14:14 +0200 |
commit | 92f20fd70e6957cd65ccb7837fdc28f9b1e4a315 (patch) | |
tree | 0e1bc221f9883213d7092fc3858788ee14deecf8 /doc/classes | |
parent | 98b5280d1fe6e6287c564d80a4ae7b61fc7bd4b0 (diff) | |
parent | b6af2a29eb1f96518c89a35a6a50a6309673d9f0 (diff) |
Merge pull request #49659 from LightningAA/string-valid-integer-to-int
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/String.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/String.xml b/doc/classes/String.xml index d0c5f0ea86..3bf05e7c92 100644 --- a/doc/classes/String.xml +++ b/doc/classes/String.xml @@ -352,7 +352,7 @@ Returns [code]true[/code] if this string is a valid identifier. A valid identifier may contain only letters, digits and underscores ([code]_[/code]) and the first character may not be a digit. </description> </method> - <method name="is_valid_integer" qualifiers="const"> + <method name="is_valid_int" qualifiers="const"> <return type="bool"> </return> <description> |