diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-02-17 13:35:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-17 13:35:23 +0100 |
commit | 444c556c1a318348822a8a771f53b4f4853713fe (patch) | |
tree | bc7a2f9a9ae41883682ef31b4663d8cb3376ccd7 /doc/classes/@GlobalScope.xml | |
parent | b89b1683d4a9d17e2c19021643c27d8d580a70b8 (diff) | |
parent | 3ac4b420597e7b0333a522152d45862cbcf341c4 (diff) |
Merge pull request #58238 from pycbouh/docs-enum-suggestion-typo
Diffstat (limited to 'doc/classes/@GlobalScope.xml')
-rw-r--r-- | doc/classes/@GlobalScope.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index e9fae91ddb..17cb50d1a4 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -2405,7 +2405,7 @@ Hints that an integer, float or string property is an enumerated value to pick in a list specified via a hint string such as [code]"Hello,Something,Else"[/code]. </constant> <constant name="PROPERTY_HINT_ENUM_SUGGESTION" value="3" enum="PropertyHint"> - Hints that a string property is can be an enumerated value to pick in a list specified via a hint string such as [code]"Hello,Something,Else"[/code]. + Hints that a string property can be an enumerated value to pick in a list specified via a hint string such as [code]"Hello,Something,Else"[/code]. Unlike [constant PROPERTY_HINT_ENUM] a property with this hint still accepts arbitrary values and can be empty. The list of values serves to suggest possible values. </constant> <constant name="PROPERTY_HINT_EXP_EASING" value="4" enum="PropertyHint"> |