mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Changed pragma explanation to match example
This commit is contained in:
parent
80012e6989
commit
c20c9163af
@ -33,7 +33,7 @@ Storage
|
|||||||
|
|
||||||
The first line simply tells that the source code is written for
|
The first line simply tells that the source code is written for
|
||||||
Solidity version 0.4.0 or anything newer that does not break functionality
|
Solidity version 0.4.0 or anything newer that does not break functionality
|
||||||
(up to, but not including, version 0.5.0). This is to ensure that the
|
(up to, but not including, version 0.6.0). This is to ensure that the
|
||||||
contract is not compilable with a new (breaking) compiler version, where it could behave differently.
|
contract is not compilable with a new (breaking) compiler version, where it could behave differently.
|
||||||
So-called pragmas are common instructions for compilers about how to treat the
|
So-called pragmas are common instructions for compilers about how to treat the
|
||||||
source code (e.g. `pragma once <https://en.wikipedia.org/wiki/Pragma_once>`_).
|
source code (e.g. `pragma once <https://en.wikipedia.org/wiki/Pragma_once>`_).
|
||||||
|
Loading…
Reference in New Issue
Block a user