Skip to content

Commit

Permalink
more grammar fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Cris committed Jul 7, 2019
1 parent ee507cb commit 7ceb7f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dapp-development/rpc/rpc_admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@ Send the transaction. Parameters `from`, `to`, `value`, `nonce`, `gasPrice` and
* Sub properties:
* `source` contract source code for deployed contract.
* `sourceType` contract source type for deployed contract. Currently support `js` and `ts`
* `js` the contract source write with javascript.
* `ts` the contract source write with typescript.
* `js` the contract source written with javascript.
* `ts` the contract source written with typescript.
* `function` the contract call function for call contarct function.
* `args` the params of contract. The args content is JSON string of parameters array.

Expand Down

0 comments on commit 7ceb7f1

Please sign in to comment.