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 8e9e884 commit aba1ac0
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 @@ -44,7 +44,7 @@ to describe a check against a unique datatype whose creation is controlled by a

One example of this is built in JavaScript datatypes, which are unique and cannot be made in user
space. `Array.isArray` is an example of a brand check. For reference see [this
discussion](https://esdiscuss.org/topic/tostringtag-spoofing-for-null-and-undefined#content-3)
discussion](https://esdiscuss.org/topic/tostringtag-spoofing-for-null-and-undefined#content-3).

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
Expand Down

0 comments on commit aba1ac0

Please sign in to comment.