Fixed typo

This commit is contained in:
2020-06-15 00:46:25 -04:00
parent 8aafb7dce6
commit 0540c808c5

View File

@@ -45,7 +45,7 @@ public class Problem5 extends Problem{
break;
}
}
//If you didn't find the correct numbe then increment by 2
//If you didn't find the correct number then increment by 2
if(!numFound){
currentNum += 2;
}