Skip to content

Commit

Permalink
Update references/java-sdk.md
Browse files Browse the repository at this point in the history
Co-Authored-By: sojinkim-icon <[email protected]>
  • Loading branch information
sink772 and sojinkim-icon authored May 22, 2019
1 parent 318c783 commit 753eb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion references/java-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ Transaction transaction = TransactionBuilder.newBuilder()
.build();
```

Get an estimated step value using `estimateStep` API of `IconService`.
Get an estimated Step value using `estimateStep` API of `IconService`.

```java
BigInteger estimatedStep = iconService.estimateStep(transaction).execute();
Expand Down

0 comments on commit 753eb99

Please sign in to comment.