Skip to content

Commit 1b8960d

Browse files
bhovhannescitizensas
authored andcommitted
chore: update comment
1 parent 015eb07 commit 1b8960d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ export class Api {
532532
* @param {(batchApi: IBatchApi) => string[]} uriCollector A function which will be invoked with api instance.
533533
* This instance is special, as all methods there return a url string instead of making a backend call.
534534
* `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`.
535+
* So, for example, one may return `[batchApi.metadata(), batchApi.count(...)]` from `uriCollector`.
536536
* That will mean `call metadata() method` and then `call count() method`.
537537
*
538538
* @param {boolean} isAtomic Pass true if you want all operations to happen in the same transaction.

0 commit comments

Comments
 (0)