Skip to content

Commit

Permalink
chore: remove repetitive words (#413)
Browse files Browse the repository at this point in the history
Signed-off-by: hugehope <[email protected]>
  • Loading branch information
hugehope authored Oct 8, 2024
1 parent a0b9cc3 commit 9e59b82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api-docs/classes/bncclient.md
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ Name | Type | Default | Description |
------ | ------ | ------ | ------ |
`address` | undefined &#124; string | this.address | optional address |
`startTime` | number | - | start time in milliseconds |
`endTime` | number | - | end time in in milliseconds, endTime - startTime should be smaller than 7 days |
`endTime` | number | - | end time in milliseconds, endTime - startTime should be smaller than 7 days |

**Returns:** *Promise‹object | never[]*

Expand Down
2 changes: 1 addition & 1 deletion src/client/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ export class BncClient {
* get transactions for an account
* @param {String} address optional address
* @param {Number} startTime start time in milliseconds
* @param {Number} endTime end time in in milliseconds, endTime - startTime should be smaller than 7 days
* @param {Number} endTime end time in milliseconds, endTime - startTime should be smaller than 7 days
* @return {Promise} resolves with http response ([more details](https://docs.binance.org/api-reference/dex-api/block-service.html#apiv1txs))
* ```js
* // Example:
Expand Down

0 comments on commit 9e59b82

Please sign in to comment.