瀏覽代碼

Code documentation (#23722)

Typo: euclidean
Jason Sturges 4 年之前
父節點
當前提交
c1f5d6457e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/math/MathUtils.js

+ 1 - 1
src/math/MathUtils.js

@@ -35,7 +35,7 @@ function clamp( value, min, max ) {
 
 
 }
 }
 
 
-// compute euclidian modulo of m % n
+// compute euclidean modulo of m % n
 // https://en.wikipedia.org/wiki/Modulo_operation
 // https://en.wikipedia.org/wiki/Modulo_operation
 function euclideanModulo( n, m ) {
 function euclideanModulo( n, m ) {
 
 

粤ICP备19079148号