Skip to content

Commit 3565f28

Browse files
committed
spelling mistake
the `function` in "You'd like to know the type of a function without using typeof. " must be `object`.
1 parent c94b78a commit 3565f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/classes_and_objects/type-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ chapter: Classes and Objects
55
---
66
## Problem
77

8-
You'd like to know the type of a function without using typeof. (See http://javascript.crockford.com/remedial.html for more information on why typeof is pretty inferior.)
8+
You'd like to know the type of a object without using typeof. (See http://javascript.crockford.com/remedial.html for more information on why typeof is pretty inferior.)
99

1010
## Solution
1111

0 commit comments

Comments
 (0)