From 40a4d3c1ef68be4bde425a5252e12ad59107ff43 Mon Sep 17 00:00:00 2001 From: Mattrixwv Date: Wed, 10 Mar 2021 19:16:00 -0500 Subject: [PATCH] Fixed typo --- Problems/Problem7.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Problems/Problem7.ts b/Problems/Problem7.ts index 3ca380e..b65433e 100644 --- a/Problems/Problem7.ts +++ b/Problems/Problem7.ts @@ -39,7 +39,7 @@ export class Problem7 extends Problem{ public constructor(){ super(`What is the ${Problem7.NUMBER_OF_PRIMES}th prime number?`); } - //OPerational functions + //Operational functions //Solve the problem public solve(): void{ //If the problem has already been solved do nothing and end the function