aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDave Hoover <dave.hoover@gmail.com>2016-04-12 09:08:29 +0800
committerDave Hoover <dave.hoover@gmail.com>2016-04-12 11:53:26 +0800
commit9af44f457c30ce60962daf78cfc97569b7ec34da (patch)
tree52c21c77fa194ab8ef53cb14e7c23ef80e9ef0b0 /docs
parent66c8c15a7f401003bf492e846179a732761039b6 (diff)
downloaddexon-solidity-9af44f457c30ce60962daf78cfc97569b7ec34da.tar
dexon-solidity-9af44f457c30ce60962daf78cfc97569b7ec34da.tar.gz
dexon-solidity-9af44f457c30ce60962daf78cfc97569b7ec34da.tar.bz2
dexon-solidity-9af44f457c30ce60962daf78cfc97569b7ec34da.tar.lz
dexon-solidity-9af44f457c30ce60962daf78cfc97569b7ec34da.tar.xz
dexon-solidity-9af44f457c30ce60962daf78cfc97569b7ec34da.tar.zst
dexon-solidity-9af44f457c30ce60962daf78cfc97569b7ec34da.zip
Typo fix
Diffstat (limited to 'docs')
-rw-r--r--docs/solidity-by-example.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/solidity-by-example.rst b/docs/solidity-by-example.rst
index 63c82798..59400f3f 100644
--- a/docs/solidity-by-example.rst
+++ b/docs/solidity-by-example.rst
@@ -199,7 +199,7 @@ activate themselves.
contract SimpleAuction {
// Parameters of the auction. Times are either
// absolute unix timestamps (seconds since 1970-01-01)
- // ore time periods in seconds.
+ // or time periods in seconds.
address public beneficiary;
uint public auctionStart;
uint public biddingTime;