Update layout-of-source-files.rst

This commit is contained in:
chriseth 2017-06-19 12:02:03 +02:00 committed by GitHub
parent 0d9970de1d
commit 2d1d07c3a7

View File

@ -1,4 +1,4 @@
`********************************
********************************
Layout of a Solidity Source File
********************************
@ -33,7 +33,7 @@ be sure that our code will compile the way we intended it to. We do not fix
the exact version of the compiler, so that bugfix releases are still possible.
It is possible to specify much more complex rules for the compiler version,
the expression follows those used by `the semantic versioner for npm <https://docs.npmjs.com/misc/semver>`_.
the expression follows those used by `npm <https://docs.npmjs.com/misc/semver>`_.
.. index:: source file, ! import