summaryrefslogtreecommitdiffstats
path: root/modules/openxr/doc_classes
diff options
context:
space:
mode:
authorHaoyu Qiu <timothyqiu32@gmail.com>2023-03-09 14:56:23 +0800
committerHaoyu Qiu <timothyqiu32@gmail.com>2023-03-09 14:56:23 +0800
commit03fcac3aa5deecb9a4009b0a7889bb5d6be252fb (patch)
treed4f0b2c8e0b281421e6806dd0965fe8d4343d6b1 /modules/openxr/doc_classes
parent9b9bb418cb1137e69b5131ec9fa7b41c0396db28 (diff)
downloadredot-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.xml2
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>