From a9195f533ddc9ee40f73b167959aba562c8926c7 Mon Sep 17 00:00:00 2001 From: Liran Cohen Date: Tue, 7 Nov 2023 17:03:54 -0500 Subject: [PATCH] update comment --- packages/api/src/dwn-api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/api/src/dwn-api.ts b/packages/api/src/dwn-api.ts index 4c194315b..8d71082bc 100644 --- a/packages/api/src/dwn-api.ts +++ b/packages/api/src/dwn-api.ts @@ -133,7 +133,7 @@ export type RecordsQueryResponse = { status: UnionMessageReply['status']; records?: Record[]; - /** If there are additional results, the messageCid of the last item will be returned as a pagination cursor. */ + /** If there are additional results, the messageCid of the last record will be returned as a pagination cursor. */ paginationMessageCid?: string; };