Skip to content

Commit a9864a5

Browse files
smith558Copilot
andauthored
Update 1-js/09-classes/06-instanceof/article.md
Co-authored-by: Copilot <[email protected]>
1 parent 5629b6b commit a9864a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/09-classes/06-instanceof/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The algorithm of `obj instanceof Class` works roughly as follows:
5555
For example:
5656

5757
```js run
58-
// setup instanceof check that assumes that
58+
// set up instanceof check that assumes that
5959
// anything with canEat property is an animal
6060
class Animal {
6161
static [Symbol.hasInstance](obj) {

0 commit comments

Comments
 (0)