diff options
author | chriseth <chris@ethereum.org> | 2016-10-27 19:18:18 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-27 19:18:18 +0800 |
commit | 49089f65bac2e711a0f8ccaac15fdda27563b040 (patch) | |
tree | 2365480afd6b77dd1f0b23c2013efad753c607ba | |
parent | 76e958f670cd81d6865bfc5f87e485d2c73a8a18 (diff) | |
parent | d7cfc6399bfc2bf19ad55158eb36d86820534d48 (diff) | |
download | dexon-solidity-49089f65bac2e711a0f8ccaac15fdda27563b040.tar dexon-solidity-49089f65bac2e711a0f8ccaac15fdda27563b040.tar.gz dexon-solidity-49089f65bac2e711a0f8ccaac15fdda27563b040.tar.bz2 dexon-solidity-49089f65bac2e711a0f8ccaac15fdda27563b040.tar.lz dexon-solidity-49089f65bac2e711a0f8ccaac15fdda27563b040.tar.xz dexon-solidity-49089f65bac2e711a0f8ccaac15fdda27563b040.tar.zst dexon-solidity-49089f65bac2e711a0f8ccaac15fdda27563b040.zip |
Merge pull request #1297 from Thrillberg/patch-2
Update 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 44ee34f4..ec40e822 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -12,7 +12,7 @@ Versioning 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 +and/or broken changes. We recommend using the latest release. Package installers below will use the latest release. Browser-Solidity |