mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #5500 from davidlj95/patch-1
Documentation typo fixes
This commit is contained in:
commit
96333f3033
@ -115,7 +115,7 @@ Arch Linux also has packages, albeit limited to the latest development version:
|
|||||||
|
|
||||||
pacman -S solidity
|
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
|
as a build-from-source version. Pre-built bottles are
|
||||||
currently not supported.
|
currently not supported.
|
||||||
|
|
||||||
|
@ -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).
|
costly the larger it grows (it scales quadratically).
|
||||||
|
|
||||||
The EVM is not a register machine but a stack machine, so all
|
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
|
1024 elements and contains words of 256 bits. Access to the stack is
|
||||||
limited to the top end in the following way:
|
limited to the top end in the following way:
|
||||||
It is possible to copy one of
|
It is possible to copy one of
|
||||||
|
Loading…
Reference in New Issue
Block a user