From 8998fd0f44e5010bb742609802cf1ebd52bc6c99 Mon Sep 17 00:00:00 2001 From: Ben Elgar Date: Fri, 11 May 2018 12:47:50 +0200 Subject: [PATCH] Fix index information comment typo --- lib/collection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/collection.js b/lib/collection.js index 6b0caaa..dfb3473 100644 --- a/lib/collection.js +++ b/lib/collection.js @@ -344,7 +344,7 @@ Collection.prototype.group = } /*************************************************************************************************** - * @method indexInformationa + * @method indexInformation * @description Retrieves this collection's index information. * @param {object} [options=null] -- Optional settings. * @param {boolean} [options.full=false] -- Returns the full raw index information.