mirror of
https://bitbucket.org/Mattrixwv/projecteulerjava.git
synced 2025-12-07 09:23:57 -05:00
Fixed typo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user