Skip to content

Commit df2b31f

Browse files
authored
Merge pull request #18972 from willstott101/patch-1
Syntax fix in WebGLCubeRenderTarget docs.
2 parents 7c1424c + f5c9db5 commit df2b31f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/en/renderers/WebGLCubeRenderTarget.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h2>Examples</h2>
2424
<h2>Constructor</h2>
2525

2626

27-
<h3>[name]([param:Number size], param:Object options])</h3>
27+
<h3>[name]([param:Number size], [param:Object options])</h3>
2828
<p>
2929
[page:Float size] - the size, in pixels. <br />
3030
options - (optional) object that holds texture parameters for an auto-generated target

0 commit comments

Comments
 (0)