Skip to content

Commit

Permalink
misleading variable name (#341)
Browse files Browse the repository at this point in the history
Co-authored-by: @justyy <[email protected]>
Co-authored-by: ety001 <[email protected]>
  • Loading branch information
3 people authored Sep 26, 2024
1 parent 81694a4 commit 47d0c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2444,7 +2444,7 @@ console.log(commentPermlink);
- - - - - - - - - - - - - - - - - -
### Estimate Account Value
```js
var steemPower = steem.formatter.estimateAccountValue(account);
var accountValue = steem.formatter.estimateAccountValue(account);
```
- - - - - - - - - - - - - - - - - -
### Reputation
Expand Down

0 comments on commit 47d0c68

Please sign in to comment.