mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update structure-of-a-contract.rst
Changed a non-space whitespace character to a space
This commit is contained in:
parent
768b778615
commit
6c3e78a3d8
@ -80,7 +80,7 @@ Events are convenience interfaces with the EVM logging facilities.
|
|||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
contract SimpleAuction {
|
contract SimpleAuction {
|
||||||
event HighestBidIncreased(address bidder, uint amount); // Event
|
event HighestBidIncreased(address bidder, uint amount); // Event
|
||||||
|
|
||||||
function bid() {
|
function bid() {
|
||||||
|
Loading…
Reference in New Issue
Block a user