From 08579818c3a69888ec206bb01854d013f0ffc8d0 Mon Sep 17 00:00:00 2001 From: David Lozano Jarque Date: Sun, 25 Nov 2018 17:39:02 +0100 Subject: [PATCH 1/2] Update introduction-to-smart-contracts.rst Fix typo --- docs/introduction-to-smart-contracts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction-to-smart-contracts.rst b/docs/introduction-to-smart-contracts.rst index 9245300ba..34ef012e1 100644 --- a/docs/introduction-to-smart-contracts.rst +++ b/docs/introduction-to-smart-contracts.rst @@ -400,7 +400,7 @@ within a word). At the time of expansion, the cost in gas must be paid. Memory i costly the larger it grows (it scales quadratically). The EVM is not a register machine but a stack machine, so all -computations are performed on an data area called the **stack**. It has a maximum size of +computations are performed on a data area called the **stack**. It has a maximum size of 1024 elements and contains words of 256 bits. Access to the stack is limited to the top end in the following way: It is possible to copy one of From 06ae2286212bac0834090db415947c4d378b6122 Mon Sep 17 00:00:00 2001 From: David Lozano Jarque Date: Sun, 25 Nov 2018 19:19:05 +0100 Subject: [PATCH 2/2] Update installing-solidity.rst Homebrow -> homebrew --- docs/installing-solidity.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index f8de0e8d9..2797d8b06 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -115,7 +115,7 @@ Arch Linux also has packages, albeit limited to the latest development version: pacman -S solidity -We distribute the Solidity compiler through Homebrow +We distribute the Solidity compiler through Homebrew as a build-from-source version. Pre-built bottles are currently not supported.