mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #1407 from escull638/patch-1
Fixed spelling mistake in Logs
This commit is contained in:
commit
b1d2d07e60
@ -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