diff options
author | chriseth <chris@ethereum.org> | 2018-05-10 00:04:57 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-05-10 00:04:57 +0800 |
commit | 6191bef76aaf675339405e1db697cabd0af5bc9f (patch) | |
tree | 0b3654cfc874854a7f252933c9061ba7a69bc2c4 | |
parent | 868d449c38f66f541d1089da82a100d9aa05f4c5 (diff) | |
download | dexon-solidity-6191bef76aaf675339405e1db697cabd0af5bc9f.tar.gz dexon-solidity-6191bef76aaf675339405e1db697cabd0af5bc9f.tar.zst dexon-solidity-6191bef76aaf675339405e1db697cabd0af5bc9f.zip |
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>`_. |