jsdoc detail

pull/12/head
mehdi 3 years ago
parent 7ed4d994da
commit d9c4619a87
  1. 4
      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

Loading…
Cancel
Save