Skip to content

Commit

Permalink
Link constructor.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobie committed Nov 3, 2016
1 parent c95e382 commit 76512d1
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -10292,7 +10292,7 @@ then the [=interface object=] can be called as a constructor
to create an object that implements that interface.
Calling that interface as a function will throw an exception.

Interfaces that are not declared with a [Constructor] extended attribute will throw when called,
Interfaces that are not declared with a [{{Constructor}}] [=extended attribute=] will throw when called,
both as a function and as a constructor.

When evaluating the [=function object=] |F|,
Expand Down
Loading

0 comments on commit 76512d1

Please sign in to comment.