We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aebe80 commit 156ffc0Copy full SHA for 156ffc0
1 file changed
examples/07_Repetition/05_Noise.js
@@ -13,7 +13,7 @@
13
*/
14
15
// Noise tends to look smoother with coordinates that are very close together
16
-// These values will be mutliplied by the x and y coordinates to make the
+// These values will be multiplied by the x and y coordinates to make the
17
// resulting values very close together
18
let xScale = 0.015;
19
let yScale = 0.02;
0 commit comments