mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Typo.
This commit is contained in:
parent
459d2dd7cd
commit
7f5ab9a616
@ -12,7 +12,7 @@ Version Pragma
|
|||||||
|
|
||||||
Source files can (and should) be annotated with a so-called version pragma to reject
|
Source files can (and should) be annotated with a so-called version pragma to reject
|
||||||
being compiled with future compiler versions that might introduce incompatible
|
being compiled with future compiler versions that might introduce incompatible
|
||||||
changes. We try to keep such changes at an absolute minimum and especially
|
changes. We try to keep such changes to an absolute minimum and especially
|
||||||
introduce changes in a way that changes in semantics will also require changes
|
introduce changes in a way that changes in semantics will also require changes
|
||||||
in the syntax, but this is of course not always possible. Because of that, it is always
|
in the syntax, but this is of course not always possible. Because of that, it is always
|
||||||
a good idea to read through the changelog at least for releases that contain
|
a good idea to read through the changelog at least for releases that contain
|
||||||
|
Loading…
Reference in New Issue
Block a user