summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaoufal Kadhom <naoufalkadhom@gmail.com>2015-06-17 12:14:39 -0400
committerNaoufal Kadhom <naoufalkadhom@gmail.com>2015-06-17 12:14:39 -0400
commitb2e0bb1b4ee7b13c6e5c705c323ea216907bea09 (patch)
tree8256c71d9c1e8123bc3831f9a97978e424739f04
parent993995145fe2adbfe5eb2cbc7651086636acd1a1 (diff)
downloadasync-b2e0bb1b4ee7b13c6e5c705c323ea216907bea09.tar.gz
Wrap seq arguments doc in backticks
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2fa8f46..87ad7e6 100644
--- a/README.md
+++ b/README.md
@@ -1099,7 +1099,7 @@ Each function is executed with the `this` binding of the composed function.
__Arguments__
-* functions... - the asynchronous functions to compose
+* `functions...` - the asynchronous functions to compose
__Example__