diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-03-16 20:22:10 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-16 20:22:10 +0800 |
commit | e34a9600f27f7b48fb2473db6bc45377190301b0 (patch) | |
tree | 9c35db82330f00dfa36a045a2e4c7f4ebec1df36 /docs/installing-solidity.rst | |
parent | 6ecfcbb686516690e02e26ef248c842e1de81528 (diff) | |
parent | b053b6164e3104413cd0d4ce301f56a0914757cc (diff) | |
download | dexon-solidity-e34a9600f27f7b48fb2473db6bc45377190301b0.tar.gz dexon-solidity-e34a9600f27f7b48fb2473db6bc45377190301b0.tar.zst dexon-solidity-e34a9600f27f7b48fb2473db6bc45377190301b0.zip |
Merge pull request #1791 from ethereum/docs-fixes
Mostly typo fixes in the documentation
Diffstat (limited to 'docs/installing-solidity.rst')
-rw-r--r-- | docs/installing-solidity.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index a3e72c5a..a2a3c3da 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -250,6 +250,7 @@ The version string in detail ============================ The Solidity version string contains four parts: + - the version number - pre-release tag, usually set to ``develop.YYYY.MM.DD`` or ``nightly.YYYY.MM.DD`` - commit in the format of ``commit.GITHASH`` @@ -280,4 +281,4 @@ Example: 3. a breaking change is introduced - version is bumped to 0.5.0 4. the 0.5.0 release is made -This behaviour works well with the version pragma. +This behaviour works well with the :ref:`version pragma <version_pragma>`. |