resolved grammatical error in tutorial docs

This commit is contained in:
misterfoxy
2019-12-16 00:04:13 -07:00
parent 1c01c69eab
commit 1c2a310944
+1 -1
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.