summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-01-18 11:10:57 +0100
committerGitHub <noreply@github.com>2019-01-18 11:10:57 +0100
commit7b443073d434dc6b82a7f78411d0a26ba8f02246 (patch)
tree45b6eccb5d7b23a4c4deeb4881ec8c174b9805b3 /doc/classes
parentce36351065c3a21d6582a7bce7d2c7cbdb5fe045 (diff)
parent3b9b68417918bb21a3a04e7149dfbf0431d4236e (diff)
Merge pull request #25086 from CakHuri/typo
[Docs] Fixed a typing glitch in ARVRServer.xml
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/ARVRServer.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/ARVRServer.xml b/doc/classes/ARVRServer.xml
index a7d3e46684..e089360c46 100644
--- a/doc/classes/ARVRServer.xml
+++ b/doc/classes/ARVRServer.xml
@@ -56,7 +56,7 @@
<return type="int">
</return>
<description>
- Get the number of interfaces currently registered with the AR/VR server. If you're game supports multiple AR/VR platforms you can look through the available interface and either present the user with a selection or simply try an initialize each interface and use the first one that returns true.
+ Get the number of interfaces currently registered with the AR/VR server. If your game supports multiple AR/VR platforms, you can look through the available interface, and either present the user with a selection or simply try an initialize each interface and use the first one that returns true.
</description>
</method>
<method name="get_interfaces" qualifiers="const">