From 8344a3988a7b39604ee9d331ac0157956283d24a Mon Sep 17 00:00:00 2001 From: wangzengdi Date: Thu, 12 Jan 2017 20:59:58 +0800 Subject: [PATCH] aperture.js comment lost a comma --- src/aperture.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aperture.js b/src/aperture.js index a98461a25..a65d8337e 100644 --- a/src/aperture.js +++ b/src/aperture.js @@ -5,7 +5,7 @@ var _xaperture = require('./internal/_xaperture'); /** - * Returns a new list, composed of n-tuples of consecutive elements If `n` is + * Returns a new list, composed of n-tuples of consecutive elements. If `n` is * greater than the length of the list, an empty list is returned. * * Acts as a transducer if a transformer is given in list position.