aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLu Guanqun <guanqun.lu@gmail.com>2015-12-30 12:28:03 +0800
committerLu Guanqun <guanqun.lu@gmail.com>2015-12-30 12:28:03 +0800
commit04eecdc73fe5eb3ef052f909df924efbbbcf1d29 (patch)
tree6d639f729d45b47901eef774f9a5eae7ddb52429
parent6b711d0527823ff6287fe869579260bb27feacdd (diff)
downloaddexon-solidity-04eecdc73fe5eb3ef052f909df924efbbbcf1d29.tar
dexon-solidity-04eecdc73fe5eb3ef052f909df924efbbbcf1d29.tar.gz
dexon-solidity-04eecdc73fe5eb3ef052f909df924efbbbcf1d29.tar.bz2
dexon-solidity-04eecdc73fe5eb3ef052f909df924efbbbcf1d29.tar.lz
dexon-solidity-04eecdc73fe5eb3ef052f909df924efbbbcf1d29.tar.xz
dexon-solidity-04eecdc73fe5eb3ef052f909df924efbbbcf1d29.tar.zst
dexon-solidity-04eecdc73fe5eb3ef052f909df924efbbbcf1d29.zip
[docs]: add an ending period
-rw-r--r--docs/introduction-to-smart-contracts.rst2
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