diff options
author | Haoyu Qiu <timothyqiu32@gmail.com> | 2023-03-09 14:56:23 +0800 |
---|---|---|
committer | Haoyu Qiu <timothyqiu32@gmail.com> | 2023-03-09 14:56:23 +0800 |
commit | 03fcac3aa5deecb9a4009b0a7889bb5d6be252fb (patch) | |
tree | d4f0b2c8e0b281421e6806dd0965fe8d4343d6b1 /modules/openxr/doc_classes | |
parent | 9b9bb418cb1137e69b5131ec9fa7b41c0396db28 (diff) | |
download | redot-engine-03fcac3aa5deecb9a4009b0a7889bb5d6be252fb.tar.gz |
Fix various typos in the classref
Diffstat (limited to 'modules/openxr/doc_classes')
-rw-r--r-- | modules/openxr/doc_classes/OpenXRAction.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/openxr/doc_classes/OpenXRAction.xml b/modules/openxr/doc_classes/OpenXRAction.xml index 39c23375eb..2696be2465 100644 --- a/modules/openxr/doc_classes/OpenXRAction.xml +++ b/modules/openxr/doc_classes/OpenXRAction.xml @@ -30,7 +30,7 @@ This action provides a float value between [code]0.0[/code] and [code]1.0[/code] for any analog input such as triggers. </constant> <constant name="OPENXR_ACTION_VECTOR2" value="2" enum="ActionType"> - This action provides a vector2 value and can be bound to embedded trackpads and joysticks + This action provides a [Vector2] value and can be bound to embedded trackpads and joysticks. </constant> <constant name="OPENXR_ACTION_POSE" value="3" enum="ActionType"> </constant> |