Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit 045ec2a

Browse files
fix: typo in zksAccountBalances for java sdk (#866)
Co-authored-by: Pekka <139453394+pekkadt04@users.noreply.github.com> Co-authored-by: @pekkadt04
1 parent 9658ab9 commit 045ec2a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/build/sdks/java/providers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ public class Main {
5555

5656
#### Inputs and outputs
5757

58-
| Name | Description |
59-
| ------- | ----------------------------------------------------------------------------- |
60-
| address | The user address with balances to check. |
61-
| returns | 'ZksAccounteBalances': List of all balances where account has non-zero value. |
58+
| Name | Description |
59+
| ------- | ---------------------------------------------------------------------------- |
60+
| address | The user address with balances to check. |
61+
| returns | 'ZksAccountBalances': List of all balances where account has non-zero value. |
6262

6363
### `zksGetConfirmedTokens`
6464

0 commit comments

Comments
 (0)