From 74ab62de14faee75151429449d5d3f524f54ee1e Mon Sep 17 00:00:00 2001 From: escull638 Date: Mon, 21 Nov 2016 11:26:58 +0000 Subject: 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'. --- docs/introduction-to-smart-contracts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/introduction-to-smart-contracts.rst b/docs/introduction-to-smart-contracts.rst index 4a3de441..aee1e03b 100644 --- a/docs/introduction-to-smart-contracts.rst +++ b/docs/introduction-to-smart-contracts.rst @@ -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. -- cgit