From 8de8ce8381cd667806eb504c207103d9e42161a7 Mon Sep 17 00:00:00 2001 From: Mattrixwv Date: Wed, 10 Mar 2021 10:51:43 -0500 Subject: [PATCH] Fixed typo --- Problems/Problem5.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?");