mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #8017 from misterfoxy/develop
resolved grammatical error in tutorial docs
This commit is contained in:
commit
7390b5b5e5
@ -71,7 +71,7 @@ Subcurrency Example
|
||||
===================
|
||||
|
||||
The following contract implements the simplest form of a
|
||||
cryptocurrency. The contract allows only its creator to create new coins (different issuance scheme are possible).
|
||||
cryptocurrency. The contract allows only its creator to create new coins (different issuance schemes are possible).
|
||||
Anyone can send coins to each other without a need for
|
||||
registering with a username and password, all you need is an Ethereum keypair.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user