diff options
-rw-r--r-- | docs/index.rst | 1 | ||||
-rw-r--r-- | docs/introduction-to-smart-contracts.rst | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index 0449ff42..2dcd61d2 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -44,6 +44,7 @@ with varying degrees of completeness and up-to-dateness. The English version sta * `Spanish <https://solidity-es.readthedocs.io>`_ * `Russian <https://github.com/ethereum/wiki/wiki/%5BRussian%5D-%D0%A0%D1%83%D0%BA%D0%BE%D0%B2%D0%BE%D0%B4%D1%81%D1%82%D0%B2%D0%BE-%D0%BF%D0%BE-Solidity>`_ (rather outdated) * `Korean <http://solidity-kr.readthedocs.io>`_ (in progress) +* `French <http://solidity-fr.readthedocs.io>`_ (in progress) Useful links diff --git a/docs/introduction-to-smart-contracts.rst b/docs/introduction-to-smart-contracts.rst index c8a45d30..9245300b 100644 --- a/docs/introduction-to-smart-contracts.rst +++ b/docs/introduction-to-smart-contracts.rst @@ -380,7 +380,7 @@ made to the state in the current call frame. Storage, Memory and the Stack ============================= -The Ethereum Virtual Machine has three areas where it can store data, +The Ethereum Virtual Machine has three areas where it can store data- storage, memory and the stack, which are explained in the following paragraphs. |