From cc1f50ae7e5cfafb6ec7cc54c9b9e6674bffba63 Mon Sep 17 00:00:00 2001 From: Pete Looney Date: Mon, 12 Oct 2020 16:59:00 -0500 Subject: [PATCH] Changed to UpperCamelCase --- Maths/matrixMult.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Maths/matrixMult.js b/Maths/matrixMult.js index 54707b82a..dd708d4a5 100644 --- a/Maths/matrixMult.js +++ b/Maths/matrixMult.js @@ -1,4 +1,3 @@ - // MatrixCheck tests to see if all of the rows of the matrix inputted have similar size columns const matrixCheck = (matrix) => { let columnNumb