diff options
author | Denton Liu <liu.denton+github@gmail.com> | 2016-08-25 04:58:55 +0800 |
---|---|---|
committer | Denton Liu <liu.denton+github@gmail.com> | 2016-08-27 05:02:49 +0800 |
commit | f55fb808e90dce9686ca9de7b2acbd01f062f0e3 (patch) | |
tree | 6ce57bd39ae4bdd467ec7de5169ade2bc1f73e1a | |
parent | af2e84406222d10d74f96a3af1e0f6161f0170b9 (diff) | |
download | dexon-solidity-f55fb808e90dce9686ca9de7b2acbd01f062f0e3.tar dexon-solidity-f55fb808e90dce9686ca9de7b2acbd01f062f0e3.tar.gz dexon-solidity-f55fb808e90dce9686ca9de7b2acbd01f062f0e3.tar.bz2 dexon-solidity-f55fb808e90dce9686ca9de7b2acbd01f062f0e3.tar.lz dexon-solidity-f55fb808e90dce9686ca9de7b2acbd01f062f0e3.tar.xz dexon-solidity-f55fb808e90dce9686ca9de7b2acbd01f062f0e3.tar.zst dexon-solidity-f55fb808e90dce9686ca9de7b2acbd01f062f0e3.zip |
Fix grammar error
-rw-r--r-- | docs/introduction-to-smart-contracts.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/introduction-to-smart-contracts.rst b/docs/introduction-to-smart-contracts.rst index fbce4244..31ec1b98 100644 --- a/docs/introduction-to-smart-contracts.rst +++ b/docs/introduction-to-smart-contracts.rst @@ -220,7 +220,7 @@ only the person holding the keys to the account can transfer money from it. Blocks ====== -One major obstacle to overcome is what, in Bitcoin terms, is called "double-spend attack": +One major obstacle to overcome is what, in Bitcoin terms, is called a "double-spend attack": What happens if two transactions exist in the network that both want to empty an account, a so-called conflict? |