Skip to content

Commit 4783ae4

Browse files
authored
chore: fix some comments (#507)
Signed-off-by: shenpengfeng <xinhangzhou@icloud.com>
1 parent 8c877a2 commit 4783ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2151,7 +2151,7 @@ steem.broadcast.transfer(wif, from, to, amount, memo, function(err, result) {
21512151
|wif|Active private key for the `from` account|String||
21522152
|from|Account name to take asset from|String|No leading @ symbol|
21532153
|to|Account name to place asset into|String|No leading @ symbol|
2154-
|amount|Amount of of asset to transfer|String|"X.XXX ASSET" must have 3 decimal places. e.g. "5.150 SBD"|
2154+
|amount|Amount of asset to transfer|String|"X.XXX ASSET" must have 3 decimal places. e.g. "5.150 SBD"|
21552155
|function()|Your callback|function||
21562156
21572157
See also: [transferToVesting](#transfer-to-vesting)

0 commit comments

Comments
 (0)