From 04eecdc73fe5eb3ef052f909df924efbbbcf1d29 Mon Sep 17 00:00:00 2001 From: Lu Guanqun Date: Wed, 30 Dec 2015 12:28:03 +0800 Subject: [docs]: add an ending period --- docs/introduction-to-smart-contracts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction-to-smart-contracts.rst b/docs/introduction-to-smart-contracts.rst index b0f1896a..711e7082 100644 --- a/docs/introduction-to-smart-contracts.rst +++ b/docs/introduction-to-smart-contracts.rst @@ -100,7 +100,7 @@ registering with username and password - all you need is an Ethereum keypair. } } -This contract introduces some new concepts, let us go through them one by one +This contract introduces some new concepts, let us go through them one by one. The line `address public minter;` declares a state variable of type address that is publicly accessible. The `address` type is a 160 bit value -- cgit v1.2.3