aboutsummaryrefslogtreecommitdiffstats
path: root/docs/layout-of-source-files.rst
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-08-26 20:57:44 +0800
committerchriseth <c@ethdev.com>2016-09-01 06:03:02 +0800
commit7f5ab9a616457f9803996cb5335f7569e30cc55e (patch)
treee4bee57c0043e97c99202de8a2fe9cbca5aa05af /docs/layout-of-source-files.rst
parent459d2dd7cd599651752543d24b4ebc8a6a248931 (diff)
downloaddexon-solidity-7f5ab9a616457f9803996cb5335f7569e30cc55e.tar.gz
dexon-solidity-7f5ab9a616457f9803996cb5335f7569e30cc55e.tar.zst
dexon-solidity-7f5ab9a616457f9803996cb5335f7569e30cc55e.zip
Typo.
Diffstat (limited to 'docs/layout-of-source-files.rst')
-rw-r--r--docs/layout-of-source-files.rst2
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