diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2016-10-12 16:25:17 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2016-10-19 21:02:50 +0800 |
commit | 76c856397a58c42d88761fee95e89472494759d5 (patch) | |
tree | 2412fa136b649688f6f60c556e88d3507e434334 /docs/installing-solidity.rst | |
parent | 4f191d1f6fbdf9b424c4292db0ec10f5040a0b09 (diff) | |
download | dexon-solidity-76c856397a58c42d88761fee95e89472494759d5.tar.gz dexon-solidity-76c856397a58c42d88761fee95e89472494759d5.tar.zst dexon-solidity-76c856397a58c42d88761fee95e89472494759d5.zip |
Minor documentation fixes
Diffstat (limited to 'docs/installing-solidity.rst')
-rw-r--r-- | docs/installing-solidity.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index 97eada79..44ee34f4 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -9,7 +9,7 @@ Installing Solidity Versioning ========== -Solidity versions follow `semantic versioning <https://semver.org>` and in addition to +Solidity versions follow `semantic versioning <https://semver.org>`_ and in addition to releases, **nightly development builds** are also made available. The nightly builds are not guaranteed to be working and despite best efforts they might contain undocumented and/or broken changes. We recommend to use the latest release. Package installers below |