Procházet zdrojové kódy

SkeletonHelper: fix typo in JSDoc (#31113)

Senya Pugach před 8 měsíci
rodič
revize
fa53b27bd1
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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号