소스 검색

Merge pull request #11773 from ben-miller/patch-1

Fix basic grammar mistake
Mr.doob 8 년 전
부모
커밋
d199173394
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/api/objects/Group.html

+ 1 - 1
docs/api/objects/Group.html

@@ -13,7 +13,7 @@
 		<h1>[name]</h1>
 
 		<div class="desc">
-			This is almost identical to an [page:Object3D Object3D]. It's purpose is to make working
+			This is almost identical to an [page:Object3D Object3D]. Its purpose is to make working
 			with groups of objects syntactically clearer.
 		</div>