Skip to content

Commit a023721

Browse files
Striftmdubus
andauthored
Update src/batch.ts
Co-authored-by: Morgane Dubus <[email protected]>
1 parent 4992b52 commit a023721

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/batch.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ class BatchClient {
3333
}
3434

3535
/**
36-
* Get one task
36+
* Get one batch
3737
*
38-
* @param uid - Unique identifier of the task
38+
* @param uid - Unique identifier of the batch
3939
* @returns
4040
*/
4141
async getBatch(uid: number): Promise<Batch> {

0 commit comments

Comments
 (0)