aboutsummaryrefslogtreecommitdiffstats
path: root/docs/contracts.rst
diff options
context:
space:
mode:
authorgreggdourgarian <greggd@tempworks.com>2017-05-04 03:07:14 +0800
committergreggdourgarian <greggd@tempworks.com>2017-05-04 03:07:14 +0800
commit2ed1b3d6d293e2e26c02a9498b38d307644afb82 (patch)
tree5bcbd6a70864bd02384ec1ac1074aaed7bf11c60 /docs/contracts.rst
parentd13a1f4f7b0dfcda9e95154a964e9732232324ed (diff)
downloaddexon-solidity-2ed1b3d6d293e2e26c02a9498b38d307644afb82.tar.gz
dexon-solidity-2ed1b3d6d293e2e26c02a9498b38d307644afb82.tar.zst
dexon-solidity-2ed1b3d6d293e2e26c02a9498b38d307644afb82.zip
remove extraneous 's'
Diffstat (limited to 'docs/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 f1bb8bb5..5df52d7e 100644
--- a/docs/contracts.rst
+++ b/docs/contracts.rst
@@ -835,7 +835,7 @@ Arguments for Base Constructors
Derived contracts need to provide all arguments needed for
the base constructors. This can be done in two ways::
- pragma solidity ^0.4.0;s
+ pragma solidity ^0.4.0;
contract Base {
uint x;