aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDaniel Kronovet <kronovet@gmail.com>2018-06-03 20:36:54 +0800
committerGitHub <noreply@github.com>2018-06-03 20:36:54 +0800
commita217cd05c9b83aea5afc9c2914fde88b3ff5cf0c (patch)
treeb95732899ec69fe5e730bd049b51ccf53165b555 /docs
parent0a1a8bfb09f996ad288baf4f195d621e143de7d9 (diff)
downloaddexon-solidity-a217cd05c9b83aea5afc9c2914fde88b3ff5cf0c.tar.gz
dexon-solidity-a217cd05c9b83aea5afc9c2914fde88b3ff5cf0c.tar.zst
dexon-solidity-a217cd05c9b83aea5afc9c2914fde88b3ff5cf0c.zip
Fix typo
Diffstat (limited to 'docs')
-rw-r--r--docs/contracts.rst2
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);