Skip to content

Commit 49370e6

Browse files
committed
Merge pull request coffeescript-cookbook#70 from coffee-js/master
mistake in writing
2 parents c94b78a + 3565f28 commit 49370e6

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)