aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-06-04 07:36:41 +0800
committerGitHub <noreply@github.com>2018-06-04 07:36:41 +0800
commitef8fb63b317e82f0bddb8ac917b065960380cd17 (patch)
treeb95732899ec69fe5e730bd049b51ccf53165b555
parent0a1a8bfb09f996ad288baf4f195d621e143de7d9 (diff)
parenta217cd05c9b83aea5afc9c2914fde88b3ff5cf0c (diff)
downloaddexon-solidity-ef8fb63b317e82f0bddb8ac917b065960380cd17.tar.gz
dexon-solidity-ef8fb63b317e82f0bddb8ac917b065960380cd17.tar.zst
dexon-solidity-ef8fb63b317e82f0bddb8ac917b065960380cd17.zip
Merge pull request #4217 from kronosapiens/patch-3
Fix typo
-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);