fix typo in comment

This commit is contained in:
Asif Bacchus 2020-04-10 05:11:42 -06:00
parent 1692fcc309
commit e4ecf30ec0

View File

@ -114,7 +114,7 @@ function particles(){
} }
} }
// check if particles are close enough to connect to eachother // check if particles are close enough to connect to each other
function connect(){ function connect(){
let opacityValue = 1; let opacityValue = 1;
for (let a = 0; a < particlesArray.length; a++){ for (let a = 0; a < particlesArray.length; a++){