Skip to content

Commit d40bada

Browse files
Update concepts/type-checking/about.md
Co-authored-by: Derk-Jan Karrenbeld <[email protected]>
1 parent fab8038 commit d40bada

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
@@ -2,7 +2,7 @@
22

33
Knowning what the type of a piece of data is, is often very important for code to run smoothly and without errors.
44

5-
Javascript has several ways to check the type of an object.
5+
Javascript has several ways to check the type of a value or object.
66

77
```exercism/note
88
Javascript's type checking mechanisms are always soomewhat unreliable.

0 commit comments

Comments
 (0)