Skip to content

Commit

Permalink
Fix readme example (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Hoskings authored and sindresorhus committed Mar 31, 2019
1 parent 0c3d690 commit dc38d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -21,7 +21,7 @@ function foo() {}
foo.unicorn = '🦄';

function wrapper() {
return foo() {};
return foo();
}

console.log(wrapper.name);
Expand Down

0 comments on commit dc38d12

Please sign in to comment.