Fixed typo, was consructor now constructor. (#7536)

Very minor typo in the Typescript "Constructor Overloading" section. For the paragraph beginning in "Note that, similar to function overloading . . ."
pull/7542/head
Alastair 1 month ago committed by GitHub
parent 4c54997bfb
commit 4a8ddf5687
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/data/roadmaps/typescript/content/constructor-overloading@oxzcYXxy2I7GI7nbvFYVa.md

@ -13,7 +13,7 @@ class Point {
} }
``` ```
Note that, similar to function overloading, we only have one implementation of the consructor and it's the only the signature that is overloaded. Note that, similar to function overloading, we only have one implementation of the constructor and it's the only the signature that is overloaded.
Learn more from the following resources: Learn more from the following resources:

Loading…
Cancel
Save