From 038b6cac33806d6b4ad8ddc9de2a79759728ecf8 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 14 Jun 2019 10:52:27 -0600 Subject: [PATCH] syntax fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index caca6fc..a923f67 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ batchAsync(batchSize, things, doStuff).then(function(results) { }); ``` -## A note on 'undefined' +## A note on `undefined` Returning `undefined` will cause an exception to be thrown, and the Promise to be rejected.