mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fixed spelling mistake in Logs
Changed 'maps all they way up to the block level' to 'maps all the way up to the block level'.
This commit is contained in:
parent
aa48008cc7
commit
74ab62de14
@ -433,7 +433,7 @@ Logs
|
|||||||
====
|
====
|
||||||
|
|
||||||
It is possible to store data in a specially indexed data structure
|
It is possible to store data in a specially indexed data structure
|
||||||
that maps all they way up to the block level. This feature called **logs**
|
that maps all the way up to the block level. This feature called **logs**
|
||||||
is used by Solidity in order to implement **events**.
|
is used by Solidity in order to implement **events**.
|
||||||
Contracts cannot access log data after it has been created, but they
|
Contracts cannot access log data after it has been created, but they
|
||||||
can be efficiently accessed from outside the blockchain.
|
can be efficiently accessed from outside the blockchain.
|
||||||
|
Loading…
Reference in New Issue
Block a user