Skip to content

Commit

Permalink
fixed typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunxcode committed May 27, 2011
1 parent aa0084d commit 7de661a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -76,7 +76,7 @@ $f($obj1, $obj2,

Keyword args are super cool:

$keywrodFunc = F::keyword(function($name, $age) {
$keywordFunc = F::keyword(function($name, $age) {

});

Expand Down

0 comments on commit 7de661a

Please sign in to comment.