diff options
author | Daniel Kronovet <kronovet@gmail.com> | 2018-06-03 20:36:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-03 20:36:54 +0800 |
commit | a217cd05c9b83aea5afc9c2914fde88b3ff5cf0c (patch) | |
tree | b95732899ec69fe5e730bd049b51ccf53165b555 /docs/contracts.rst | |
parent | 0a1a8bfb09f996ad288baf4f195d621e143de7d9 (diff) | |
download | dexon-solidity-a217cd05c9b83aea5afc9c2914fde88b3ff5cf0c.tar dexon-solidity-a217cd05c9b83aea5afc9c2914fde88b3ff5cf0c.tar.gz dexon-solidity-a217cd05c9b83aea5afc9c2914fde88b3ff5cf0c.tar.bz2 dexon-solidity-a217cd05c9b83aea5afc9c2914fde88b3ff5cf0c.tar.lz dexon-solidity-a217cd05c9b83aea5afc9c2914fde88b3ff5cf0c.tar.xz dexon-solidity-a217cd05c9b83aea5afc9c2914fde88b3ff5cf0c.tar.zst dexon-solidity-a217cd05c9b83aea5afc9c2914fde88b3ff5cf0c.zip |
Fix typo
Diffstat (limited to 'docs/contracts.rst')
-rw-r--r-- | docs/contracts.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contracts.rst b/docs/contracts.rst index a083b9e9..fde5d642 100644 --- a/docs/contracts.rst +++ b/docs/contracts.rst @@ -774,7 +774,7 @@ The use in the JavaScript API would be as follows: // watch for changes event.watch(function(error, result){ // result will contain various information - // including the argumets given to the `Deposit` + // including the arguments given to the `Deposit` // call. if (!error) console.log(result); |