Typo Corrected

This commit is contained in:
naveenTheEngineer 2024-08-03 00:55:03 +05:30 committed by Kyle Simpson
parent e96cc1a991
commit 8a3a08be0c

View File

@ -566,7 +566,7 @@ class Point2d {
// ..
constructor(x,y) {
if (new.target === Point2) {
if (new.target === Point2d) {
console.log("Constructing 'Point2d' instance");
}
}