Merge pull request #1407 from escull638/patch-1

Fixed spelling mistake in Logs
This commit is contained in:
chriseth 2016-11-23 14:55:04 +01:00 committed by GitHub
commit b1d2d07e60

View File

@ -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.