diff options
author | chriseth <c@ethdev.com> | 2016-08-26 20:57:44 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-09-01 06:03:02 +0800 |
commit | 7f5ab9a616457f9803996cb5335f7569e30cc55e (patch) | |
tree | e4bee57c0043e97c99202de8a2fe9cbca5aa05af | |
parent | 459d2dd7cd599651752543d24b4ebc8a6a248931 (diff) | |
download | dexon-solidity-7f5ab9a616457f9803996cb5335f7569e30cc55e.tar.gz dexon-solidity-7f5ab9a616457f9803996cb5335f7569e30cc55e.tar.zst dexon-solidity-7f5ab9a616457f9803996cb5335f7569e30cc55e.zip |
Typo.
-rw-r--r-- | docs/layout-of-source-files.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/layout-of-source-files.rst b/docs/layout-of-source-files.rst index 3697fdfb..fdb7b5e8 100644 --- a/docs/layout-of-source-files.rst +++ b/docs/layout-of-source-files.rst @@ -12,7 +12,7 @@ Version Pragma 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 -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 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 |