소스 검색

Merge pull request #13352 from MagnuzBinder/patch-41

Fix typo.
Mr.doob 7 년 전
부모
커밋
223eea1958
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/api/textures/Texture.html

+ 1 - 1
docs/api/textures/Texture.html

@@ -203,7 +203,7 @@
 		[page:Textures THREE.LinearEncoding] is the default.
 		See the [page:Textures texture constants] page for details of other formats.<br /><br />
 
-		Note that ff this value is changed on a texture after the material has been used,
+		Note that if this value is changed on a texture after the material has been used,
 		it is necessary to trigger a Material.needsUpdate for this value to be realized in the shader.
 		</div>