mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #328 from guanqun/patch-1
[docs]: add an ending period
This commit is contained in:
commit
cebd9bf232
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user