Merge pull request #328 from guanqun/patch-1

[docs]: add an ending period
This commit is contained in:
chriseth 2016-01-04 11:47:32 +01:00
commit cebd9bf232

View File

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