Elias Hasle %!s(int64=6) %!d(string=hai) anos
pai
achega
45eb39abd7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/math/Spherical.js

+ 1 - 1
src/math/Spherical.js

@@ -7,7 +7,7 @@ import { _Math } from './Math.js';
  * Ref: https://en.wikipedia.org/wiki/Spherical_coordinate_system
  *
  * The polar angle (phi) is measured from the positive y-axis. The positive y-axis is up.
- * The azimuthal angle (theta) is measured from the positive z-axiz.
+ * The azimuthal angle (theta) is measured from the positive z-axis.
  */
 
 function Spherical( radius, phi, theta ) {