We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d171e66 commit 92cf8ebCopy full SHA for 92cf8eb
src/main/java/LightBoard.java
@@ -10,7 +10,7 @@ public class LightBoard
10
*/
11
public LightBoard(int numRows, int numCols)
12
{
13
- ligths = new boolean [numRows][numCols];
+ lights = new boolean [numRows][numCols];
14
15
for(int r=0; r<numRows; r++){
16
for(int c=0; c<numCols; c++){
0 commit comments