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:
escull638 2016-11-21 11:26:58 +00:00 committed by GitHub
parent aa48008cc7
commit 74ab62de14

View File

@ -433,7 +433,7 @@ Logs
====
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**.
Contracts cannot access log data after it has been created, but they
can be efficiently accessed from outside the blockchain.