diff options
author | Lu Guanqun <guanqun.lu@gmail.com> | 2015-12-30 12:28:03 +0800 |
---|---|---|
committer | Lu Guanqun <guanqun.lu@gmail.com> | 2015-12-30 12:28:03 +0800 |
commit | 04eecdc73fe5eb3ef052f909df924efbbbcf1d29 (patch) | |
tree | 6d639f729d45b47901eef774f9a5eae7ddb52429 /docs/introduction-to-smart-contracts.rst | |
parent | 6b711d0527823ff6287fe869579260bb27feacdd (diff) | |
download | dexon-solidity-04eecdc73fe5eb3ef052f909df924efbbbcf1d29.tar.gz dexon-solidity-04eecdc73fe5eb3ef052f909df924efbbbcf1d29.tar.zst dexon-solidity-04eecdc73fe5eb3ef052f909df924efbbbcf1d29.zip |
[docs]: add an ending period
Diffstat (limited to 'docs/introduction-to-smart-contracts.rst')
-rw-r--r-- | docs/introduction-to-smart-contracts.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |