From d9c4619a873709c0305319c9fda835ec89004f7d Mon Sep 17 00:00:00 2001 From: mehdi Date: Wed, 20 Oct 2021 16:24:05 +0200 Subject: [PATCH] jsdoc detail --- lib/indexes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/indexes.js b/lib/indexes.js index 87688d4..21fabe2 100755 --- a/lib/indexes.js +++ b/lib/indexes.js @@ -174,9 +174,9 @@ class Index { * Update multiple documents in the index * If a constraint is violated, the changes need to be rolled back * and an error thrown - * @param {Array of oldDoc, newDoc pairs} pairs + * @param {Array<{ oldDoc: T, newDoc: T }>} pairs * - * @API private + * @private */ updateMultipleDocs (pairs) { let failingIndex