aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-06-19 18:02:03 +0800
committerGitHub <noreply@github.com>2017-06-19 18:02:03 +0800
commit2d1d07c3a7bc1774090beed05f28b4211732da9e (patch)
tree9a6c613ed1beebf065254e13065863b94ace52fc
parent0d9970de1d3faf00be6f3431ef6b711868776afd (diff)
downloaddexon-solidity-2d1d07c3a7bc1774090beed05f28b4211732da9e.tar
dexon-solidity-2d1d07c3a7bc1774090beed05f28b4211732da9e.tar.gz
dexon-solidity-2d1d07c3a7bc1774090beed05f28b4211732da9e.tar.bz2
dexon-solidity-2d1d07c3a7bc1774090beed05f28b4211732da9e.tar.lz
dexon-solidity-2d1d07c3a7bc1774090beed05f28b4211732da9e.tar.xz
dexon-solidity-2d1d07c3a7bc1774090beed05f28b4211732da9e.tar.zst
dexon-solidity-2d1d07c3a7bc1774090beed05f28b4211732da9e.zip
Update layout-of-source-files.rst
-rw-r--r--docs/layout-of-source-files.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/layout-of-source-files.rst b/docs/layout-of-source-files.rst
index 2f4f62e3..e4b403f6 100644
--- a/docs/layout-of-source-files.rst
+++ b/docs/layout-of-source-files.rst
@@ -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