Skip to content

Commit

Permalink
Fix typo in documentation for searchAccounts currencyGreaterThan (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
fionnachan committed Sep 20, 2022
1 parent e91322e commit 7aceb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/v2/indexer/searchAccounts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default class SearchAccounts extends JSONRequest {
* .do();
* ```
* @remarks
* If you are looking for accounts with the currency amount greater than 0, simply construct the query without `currencyGreaterThan` because it doesn't accept `-1`, and passing the `0` `currency-greater-than` value would exclude transactions with a 0 amount.
* If you are looking for accounts with the currency amount greater than 0, simply construct the query without `currencyGreaterThan` because it doesn't accept `-1`, and passing the `0` `currency-greater-than` value would exclude accounts with a 0 amount.
*
* @param greater
* @category query
Expand Down

0 comments on commit 7aceb8d

Please sign in to comment.