Fixed typo

This commit is contained in:
2021-03-10 10:51:43 -05:00
parent 55ee3f5b47
commit 8de8ce8381

View File

@@ -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?");