Skip to content

Commit 6291cb4

Browse files
Update about.md (#2428)
1 parent cc3d8e5 commit 6291cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/constructors/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Building
3333
}
3434

3535
// Call a constructor with two arguments
36-
var largeBuilding = new Building(55, 6.2)
36+
var largeBuilding = new Building(55, 6.2);
3737
```
3838

3939
Specifying a constructor is optional. If no constructor is specified, a [parameterless constructor][parameterless-constructors] is generated by the compiler:

0 commit comments

Comments
 (0)