Merge pull request #25086 from CakHuri/typo

[Docs] Fixed a typing glitch in ARVRServer.xml
This commit is contained in:
Rémi Verschelde 2019-01-18 11:10:57 +01:00 committed by GitHub
commit 7b443073d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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">