소스 검색

[Docs] Fixed a typing glitch in ARVRServer.xml

M. Huri 6 년 전
부모
커밋
3b9b684179
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/classes/ARVRServer.xml

+ 1 - 1
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">