Skip to content

Commit

Permalink
Update terminology.md
Browse files Browse the repository at this point in the history
Co-Authored-By: codehag <[email protected]>
  • Loading branch information
rkirsling and codehag authored Nov 27, 2018
1 parent aba1ac0 commit 8661b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terminology.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ discussion](https://esdiscuss.org/topic/tostringtag-spoofing-for-null-and-undefi
A common misconception is that `instanceof` is a brand check. This is a nominal type check and does
not reliably determine the type. It used to be that a brand check was only possible for built in
types. For a more detailed explanation, see [this write
up](https://github.com/tc39/how-we-work/pull/30#issuecomment-391588889)
up](https://github.com/tc39/how-we-work/pull/30#issuecomment-391588889).

It is now possible to implement brand checks in user space as long as there is a way to identify that the object is unique.

Expand Down

0 comments on commit 8661b0f

Please sign in to comment.