Fixed typo

This commit is contained in:
2021-03-10 19:16:00 -05:00
parent 9cfd907b76
commit 40a4d3c1ef

View File

@@ -39,7 +39,7 @@ export class Problem7 extends Problem{
public constructor(){ public constructor(){
super(`What is the ${Problem7.NUMBER_OF_PRIMES}th prime number?`); super(`What is the ${Problem7.NUMBER_OF_PRIMES}th prime number?`);
} }
//OPerational functions //Operational functions
//Solve the problem //Solve the problem
public solve(): void{ public solve(): void{
//If the problem has already been solved do nothing and end the function //If the problem has already been solved do nothing and end the function