aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-04-18 18:34:36 +0800
committerGitHub <noreply@github.com>2017-04-18 18:34:36 +0800
commitd093f42eb65fe13ac2d850b6c6456f16ae256a8f (patch)
tree807c14644ee666c2948d5e2e131060b6a66cb551
parent8e180d9287be107815ba0047faf206b5674f4b46 (diff)
parentfb58809c206c174603dfef381f2cd4496d5b9cfe (diff)
downloaddexon-solidity-d093f42eb65fe13ac2d850b6c6456f16ae256a8f.tar.gz
dexon-solidity-d093f42eb65fe13ac2d850b6c6456f16ae256a8f.tar.zst
dexon-solidity-d093f42eb65fe13ac2d850b6c6456f16ae256a8f.zip
Merge pull request #2127 from morgansliman/patch-1
Update contracts.rst
-rw-r--r--docs/contracts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contracts.rst b/docs/contracts.rst
index 9e35be84..26c0c886 100644
--- a/docs/contracts.rst
+++ b/docs/contracts.rst
@@ -27,7 +27,7 @@ From ``web3.js``, i.e. the JavaScript
API, this is done as follows::
// Need to specify some source including contract name for the data param below
- var source = "contract CONTRACT_NAME { function CONTRACT_NAME(unit a, uint b) {} }";
+ var source = "contract CONTRACT_NAME { function CONTRACT_NAME(uint a, uint b) {} }";
// The json abi array generated by the compiler
var abiArray = [