mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Typo fix
This commit is contained in:
parent
66c8c15a7f
commit
9af44f457c
@ -199,7 +199,7 @@ activate themselves.
|
|||||||
contract SimpleAuction {
|
contract SimpleAuction {
|
||||||
// Parameters of the auction. Times are either
|
// Parameters of the auction. Times are either
|
||||||
// absolute unix timestamps (seconds since 1970-01-01)
|
// absolute unix timestamps (seconds since 1970-01-01)
|
||||||
// ore time periods in seconds.
|
// or time periods in seconds.
|
||||||
address public beneficiary;
|
address public beneficiary;
|
||||||
uint public auctionStart;
|
uint public auctionStart;
|
||||||
uint public biddingTime;
|
uint public biddingTime;
|
||||||
|
Loading…
Reference in New Issue
Block a user