From b2e0bb1b4ee7b13c6e5c705c323ea216907bea09 Mon Sep 17 00:00:00 2001 From: Naoufal Kadhom Date: Wed, 17 Jun 2015 12:14:39 -0400 Subject: [PATCH] Wrap seq arguments doc in backticks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fa8f46fb..87ad7e6fd 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__