We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 015eb07 commit 1b8960dCopy full SHA for 1b8960d
1 file changed
src/Api.ts
@@ -532,7 +532,7 @@ export class Api {
532
* @param {(batchApi: IBatchApi) => string[]} uriCollector A function which will be invoked with api instance.
533
* This instance is special, as all methods there return a url string instead of making a backend call.
534
* `uriCollector` should return an array of uris to be executed in batch.
535
- * So, for example, one may return `[IBatchApi.metadata(), IBatchApi.count(...)]` from `uriCollector`.
+ * So, for example, one may return `[batchApi.metadata(), batchApi.count(...)]` from `uriCollector`.
536
* That will mean `call metadata() method` and then `call count() method`.
537
*
538
* @param {boolean} isAtomic Pass true if you want all operations to happen in the same transaction.
0 commit comments