浏览代码

missing ] in document edit

aardgoose 6 年之前
父节点
当前提交
a5d2d63436
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/api/en/renderers/WebGLRenderer.html

+ 1 - 1
docs/api/en/renderers/WebGLRenderer.html

@@ -113,7 +113,7 @@
 		- [page:Boolean floatVertexTextures]: *true* if [page:Boolean floatFragmentTextures] and [page:Boolean vertexTextures] are both true.<br />
 		- [page:Method getMaxAnisotropy](): Returns the maximum available anisotropy.<br />
 		- [page:Method getMaxPrecision](): Returns the maximum available precision for vertex and fragment shaders. <br />
-		- [page:Boolean isWebGL2: *true* if the context in use is a WebGL2RenderingContext object.<br />
+		- [page:Boolean isWebGL2]: *true* if the context in use is a WebGL2RenderingContext object.<br />
 		- [page:Boolean logarithmicDepthBuffer]: *true* if the [page:parameter logarithmicDepthBuffer] was set to true in the constructor and
 		the context supports the [link:https://developer.mozilla.org/en-US/docs/Web/API/EXT_frag_depth EXT_frag_depth] extension.
 			According to [link:https://webglstats.com/ WebGLStats], as of February 2016 around 66% of WebGL enabled devices support this.<br />