Sfoglia il codice sorgente

SkeletonHelper: fix typo in JSDoc (#31113)

Senya Pugach 8 mesi fa
parent
commit
fa53b27bd1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/helpers/SkeletonHelper.js

+ 1 - 1
src/helpers/SkeletonHelper.js

@@ -81,7 +81,7 @@ class SkeletonHelper extends LineSegments {
 		this.root = object;
 
 		/**
-		 * he list of bones that the helper visualizes.
+		 * The list of bones that the helper visualizes.
 		 *
 		 * @type {Array<Bone>}
 		 */

粤ICP备19079148号