diff --git a/Problems/Problem5.ts b/Problems/Problem5.ts index 18467cf..77c2e48 100644 --- a/Problems/Problem5.ts +++ b/Problems/Problem5.ts @@ -31,7 +31,7 @@ export class Problem5 extends Problem{ //Instance variables private smallestNum: number; //The smallest number that is found - //Funmctions + //Functions //Constructor public constructor(){ super("What is the smallest positive number that is evenly divisible by all of the numbers from 1 to 20?");