소스 검색

Docs: Typo

Mugen87 7 년 전
부모
커밋
25c39c2ed8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/api/cameras/ArrayCamera.html

+ 1 - 1
docs/api/cameras/ArrayCamera.html

@@ -14,7 +14,7 @@
 
 		<div class="desc">
 			[name] can be used in order to efficiently render a scene with a predefined set of cameras. This is an important performance aspect for rendering VR scenes.<br />
-			Each instance of [name] has an array of sub cameras. It's mandatory to define for each sub camera the *bounds* property which determines the part of the viewport that is rendered with this camera.
+			An instance of [name] always has an array of sub cameras. It's mandatory to define for each sub camera the *bounds* property which determines the part of the viewport that is rendered with this camera.
 		</div>
 
 		<h2>Example</h2>