Skip to content

Commit

Permalink
[TS][SDK] Fix incorrect comment about defaultevent handle page size
Browse files Browse the repository at this point in the history
  • Loading branch information
banool committed Oct 28, 2022
1 parent ef6d3f4 commit 073a163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecosystem/typescript/sdk/src/aptos_client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ export class AptosClient {
* @param query Optional query object
* @param query.start The start sequence number in the EVENT STREAM, defaulting to the latest event.
* The events are returned in the reverse order of sequence number
* @param query.limit The number of events to be returned for the page default is 5
* @param query.limit The number of events to be returned. The default is 25.
* @returns Array of events
*/
@parseApiError
Expand Down

0 comments on commit 073a163

Please sign in to comment.