Skip to content

Commit

Permalink
fix(doc): fix doc generation error
Browse files Browse the repository at this point in the history
  • Loading branch information
jailln committed Dec 10, 2024
1 parent 3207dcd commit fc2d3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Layer/Layer.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class Layer extends THREE.EventDispatcher {
this.ready = false;

/**
* @type {Promise<any>[]}
* @type {Array<Promise<any>>}
* @protected
*/
this._promises = [];
Expand Down

0 comments on commit fc2d3ab

Please sign in to comment.