diff options
-rw-r--r-- | docs/solidity-by-example.rst | 2 |
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; |