Merge pull request #8017 from misterfoxy/develop

resolved grammatical error in tutorial docs
This commit is contained in:
chriseth 2019-12-16 11:23:00 +01:00 committed by GitHub
commit 7390b5b5e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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