diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-05-10 00:45:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-10 00:45:56 +0800 |
commit | bfb6b0b464520e96e80126d789f72d5f0cae2e3e (patch) | |
tree | 0b3654cfc874854a7f252933c9061ba7a69bc2c4 | |
parent | 868d449c38f66f541d1089da82a100d9aa05f4c5 (diff) | |
parent | 6191bef76aaf675339405e1db697cabd0af5bc9f (diff) | |
download | dexon-solidity-bfb6b0b464520e96e80126d789f72d5f0cae2e3e.tar.gz dexon-solidity-bfb6b0b464520e96e80126d789f72d5f0cae2e3e.tar.zst dexon-solidity-bfb6b0b464520e96e80126d789f72d5f0cae2e3e.zip |
Merge pull request #4110 from ethereum/fewerlesscorrection
Less-fewer-correction.
-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 cba30ed3..05ee0748 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -35,7 +35,7 @@ npm / Node.js ============= Use `npm` for a convenient and portable way to install `solcjs`, a Solidity compiler. The -`solcjs` program has less features than all options further down this page. Our +`solcjs` program has fewer features than all options further down this page. Our :ref:`commandline-compiler` documentation assumes you are using the full-featured compiler, `solc`. So if you install `solcjs` from `npm` then you will stop reading the documentation here and then continue to `solc-js <https://github.com/ethereum/solc-js>`_. |