Skip to content

Commit 1281814

Browse files
authored
fix: typo in the documentation of the list() method of the Objm class (#198)
1 parent 821e906 commit 1281814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

obj/src/objectstore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export class Objm {
152152
}
153153

154154
/**
155-
* Returns a list of ObjectStoreInfo for all streams that are identified as
155+
* Returns a list of ObjectStoreStatus for all streams that are identified as
156156
* being a ObjectStore (that is having names that have the prefix `OBJ_`)
157157
*/
158158
list(): Lister<ObjectStoreStatus> {

0 commit comments

Comments
 (0)