diff --git a/docs/introduction-to-smart-contracts.rst b/docs/introduction-to-smart-contracts.rst index 7f6da2f31..fada5d291 100644 --- a/docs/introduction-to-smart-contracts.rst +++ b/docs/introduction-to-smart-contracts.rst @@ -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.