mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-29 03:59:54 +02:00
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 . . ."
This commit is contained in:
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user