summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2015-05-19 14:33:57 -0700
committerAlexander Early <alexander.early@gmail.com>2015-05-19 14:33:57 -0700
commit3a417b015b26362958883833c054b3ccd4df49fb (patch)
treefd176cd3b20c6a5724c9bd0e497de8a27db6e8d2
parentb272ece213c6ca7001225a87892ea3c82d9bd0dd (diff)
parentec7a11f01e842f9241a27def203922d4a1b9841e (diff)
downloadasync-3a417b015b26362958883833c054b3ccd4df49fb.tar.gz
Merge pull request #542 from blackcoat/spelling-correction
Correct spelling of 'An'
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e201fc2..4285475 100644
--- a/README.md
+++ b/README.md
@@ -1617,7 +1617,7 @@ by `memoize`.
__Arguments__
* `fn` - The function to proxy and cache results from.
-* `hasher` - Tn optional function for generating a custom hash for storing
+* `hasher` - An optional function for generating a custom hash for storing
results. It has all the arguments applied to it apart from the callback, and
must be synchronous.