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 //Instance variables
private smallestNum: number; //The smallest number that is found private smallestNum: number; //The smallest number that is found
//Funmctions //Functions
//Constructor //Constructor
public constructor(){ public constructor(){
super("What is the smallest positive number that is evenly divisible by all of the numbers from 1 to 20?"); super("What is the smallest positive number that is evenly divisible by all of the numbers from 1 to 20?");