diff options
author | Haoyu Qiu <timothyqiu32@gmail.com> | 2024-06-11 10:45:27 +0800 |
---|---|---|
committer | Haoyu Qiu <timothyqiu32@gmail.com> | 2024-08-02 08:42:20 +0800 |
commit | 7cf9ed5f656f24ee5afa8e7087ae167736449c89 (patch) | |
tree | 9b3463470f56702d3299e10e0da0bcb381e5a111 /modules/openxr | |
parent | 3978628c6cc1227250fc6ed45c8d854d24c30c30 (diff) | |
download | redot-engine-7cf9ed5f656f24ee5afa8e7087ae167736449c89.tar.gz |
Fix several typos in the documentation
Diffstat (limited to 'modules/openxr')
-rw-r--r-- | modules/openxr/doc_classes/OpenXRInterface.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/openxr/doc_classes/OpenXRInterface.xml b/modules/openxr/doc_classes/OpenXRInterface.xml index 309cbe0d72..ed5810da3c 100644 --- a/modules/openxr/doc_classes/OpenXRInterface.xml +++ b/modules/openxr/doc_classes/OpenXRInterface.xml @@ -176,7 +176,7 @@ <param index="0" name="refresh_rate" type="float" /> <description> Informs the user the HMD refresh rate has changed. - [b]Node:[/b] Only emitted if XR runtime supports the refresh rate extension. + [b]Note:[/b] Only emitted if XR runtime supports the refresh rate extension. </description> </signal> <signal name="session_begun"> |