Skip to content

Commit 92cf8eb

Browse files
author
AlaBuck
authored
Update LightBoard.java
1 parent d171e66 commit 92cf8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/LightBoard.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class LightBoard
1010
*/
1111
public LightBoard(int numRows, int numCols)
1212
{
13-
ligths = new boolean [numRows][numCols];
13+
lights = new boolean [numRows][numCols];
1414

1515
for(int r=0; r<numRows; r++){
1616
for(int c=0; c<numCols; c++){

0 commit comments

Comments
 (0)