Skip to content

Commit d9db10a

Browse files
committed
Merge branch 'billyeh-patch-1'
2 parents 4b7988e + b05b964 commit d9db10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

general-patterns/function-declarations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
// named function expression + 'F'
4141
/* Benefits:
42-
* 1. Get's rid of (anonymous function) in stack traces
42+
* 1. Gets rid of (anonymous function) in stack traces
4343
* 2. Doesn't break an IE (well, unless there's a function name collision of the sort described here: https://github.com/jashkenas/coffee-script/issues/366#issuecomment-242134)
4444
*/
4545
var getData = function getDataF () {

0 commit comments

Comments
 (0)