Skip to content

Commit 00ba931

Browse files
authored
Merge pull request #15137 from moraxy/wrong_doc_tags
Docs: Fix two tags
2 parents 12450be + 5a5f8a9 commit 00ba931

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/api/en/core/BufferGeometry.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ <h3>[method:null clearGroups]( )</h3>
232232

233233
<h3>[method:null computeBoundingBox]()</h3>
234234
<p>
235-
Computes bounding box of the geometry, updating [param:.boundingBox] attribute.<br />
235+
Computes bounding box of the geometry, updating [page:.boundingBox] attribute.<br />
236236
Bounding boxes aren't computed by default. They need to be explicitly computed, otherwise they are *null*.
237237
</p>
238238

docs/api/en/materials/ShaderMaterial.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ <h3>[property:Boolean wireframe]</h3>
444444
<h3>[property:Float wireframeLinewidth]</h3>
445445
<p>Controls wireframe thickness. Default is 1.<br /><br />
446446

447-
Due to limitations of the [link:https://www.khronos.org/registry/OpenGL/specs/gl/glspec46.core.pdf OpenGL Core Profile)
447+
Due to limitations of the [link:https://www.khronos.org/registry/OpenGL/specs/gl/glspec46.core.pdf OpenGL Core Profile]
448448
with the [page:WebGLRenderer WebGL] renderer on most platforms linewidth will
449449
always be 1 regardless of the set value.
450450
</p>

0 commit comments

Comments
 (0)