summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorHaoyu Qiu <timothyqiu32@gmail.com>2023-03-09 14:56:23 +0800
committerYuri Sizov <yuris@humnom.net>2023-03-13 14:27:06 +0100
commit80cde341d46ada45d21bb5b5f81937b22386e589 (patch)
treed52a4fe33e6af43440122a3bd20dd64a7f151a2e /modules
parent8732a8af473fa552a0580d30280380becb27e4b7 (diff)
Fix various typos in the classref
(cherry picked from commit 03fcac3aa5deecb9a4009b0a7889bb5d6be252fb)
Diffstat (limited to 'modules')
-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 d53648723a..5e96f8fc67 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>