Skip to content

Commit b4c172d

Browse files
Update concepts/type-checking/about.md
1 parent 12fe19a commit b4c172d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/type-checking/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ It can also survive false positives where an object isn't actually an `Array`, a
8585
8686
Array.isArray({ __proto__: Array.prototype })
8787
// => false
88-
````
88+
```
8989
9090
````
9191

0 commit comments

Comments
 (0)