Skip to content

Commit

Permalink
fix typos (#24508)
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh authored Aug 19, 2022
1 parent ac76eff commit 9bb4782
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/api/en/materials/Material.html
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ <h3>[property:String uuid]</h3>

<h3>[property:Integer version]</h3>
<p>
This starts at `0` and counts how many times [property:Boolean needsUpdate] is set to `true`.
This starts at `0` and counts how many times [page:Material.needsUpdate .needsUpdate] is set to `true`.
</p>

<h3>[property:Boolean vertexColors]</h3>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/en/textures/Source.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h3>[property:String uuid]</h3>

<h3>[property:Integer version]</h3>
<p>
This starts at `0` and counts how many times [property:Boolean needsUpdate] is set to `true`.
This starts at `0` and counts how many times [page:Source.needsUpdate .needsUpdate] is set to `true`.
</p>

<h2>Methods</h2>
Expand Down
4 changes: 2 additions & 2 deletions docs/api/en/textures/Texture.html
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ <h3>[property:number encoding]</h3>

<h3>[property:Integer version]</h3>
<p>
This starts at `0` and counts how many times [property:Boolean needsUpdate] is set to `true`.
This starts at `0` and counts how many times [page:Texture.needsUpdate .needsUpdate] is set to `true`.
</p>

<h3>[property:Function onUpdate]</h3>
Expand Down Expand Up @@ -292,7 +292,7 @@ <h3>[method:undefined updateMatrix]()</h3>
<h3>[method:Texture clone]()</h3>
<p>
Make copy of the texture. Note this is not a "deep copy", the image is shared.
Besides, cloning a texture does not automatically mark it for a texture upload. You have to set [page:Texture.needsUpdate] to true as soon as its image property (the data source) is fully loaded or ready.
Besides, cloning a texture does not automatically mark it for a texture upload. You have to set [page:Texture.needsUpdate .needsUpdate] to true as soon as its image property (the data source) is fully loaded or ready.
</p>

<h3>[method:Object toJSON]( [param:Object meta] )</h3>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/en/textures/VideoTexture.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ <h2>Methods</h2>

<h3>[method:undefined update]()</h3>
<p>
This is called automatically and sets [property:Boolean needsUpdate] to `true` every time
This is called automatically and sets [page:VideoTexture.needsUpdate .needsUpdate] to `true` every time
a new frame is available.
</p>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/zh/textures/Source.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h3>[property:String uuid]</h3>

<h3>[property:Integer version]</h3>
<p>
This starts at *0* and counts how many times [property:Boolean needsUpdate] is set to *true*.
This starts at *0* and counts how many times [page:Source.needsUpdate .needsUpdate] is set to *true*.
</p>

<h2>Methods</h2>
Expand Down

0 comments on commit 9bb4782

Please sign in to comment.