diff options
author | greggdourgarian <greggd@tempworks.com> | 2017-05-04 03:07:14 +0800 |
---|---|---|
committer | greggdourgarian <greggd@tempworks.com> | 2017-05-04 03:07:14 +0800 |
commit | 2ed1b3d6d293e2e26c02a9498b38d307644afb82 (patch) | |
tree | 5bcbd6a70864bd02384ec1ac1074aaed7bf11c60 /docs | |
parent | d13a1f4f7b0dfcda9e95154a964e9732232324ed (diff) | |
download | dexon-solidity-2ed1b3d6d293e2e26c02a9498b38d307644afb82.tar.gz dexon-solidity-2ed1b3d6d293e2e26c02a9498b38d307644afb82.tar.zst dexon-solidity-2ed1b3d6d293e2e26c02a9498b38d307644afb82.zip |
remove extraneous 's'
Diffstat (limited to 'docs')
-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 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; |