aboutsummaryrefslogtreecommitdiffstats
path: root/docs/solidity-by-example.rst
diff options
context:
space:
mode:
authorJoão Vítor <joaovmferreira@gmail.com>2018-06-04 00:20:49 +0800
committerGitHub <noreply@github.com>2018-06-04 00:20:49 +0800
commite89d6350459343bd213f5525b9993194ce7e8edb (patch)
treeb9b5b948469b198503c0e7e04b2e84ea5bb1b849 /docs/solidity-by-example.rst
parentd1aa9b0a17578a639171541c96b66230b3970ea5 (diff)
downloaddexon-solidity-e89d6350459343bd213f5525b9993194ce7e8edb.tar
dexon-solidity-e89d6350459343bd213f5525b9993194ce7e8edb.tar.gz
dexon-solidity-e89d6350459343bd213f5525b9993194ce7e8edb.tar.bz2
dexon-solidity-e89d6350459343bd213f5525b9993194ce7e8edb.tar.lz
dexon-solidity-e89d6350459343bd213f5525b9993194ce7e8edb.tar.xz
dexon-solidity-e89d6350459343bd213f5525b9993194ce7e8edb.tar.zst
dexon-solidity-e89d6350459343bd213f5525b9993194ce7e8edb.zip
fix a word
Diffstat (limited to 'docs/solidity-by-example.rst')
-rw-r--r--docs/solidity-by-example.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/solidity-by-example.rst b/docs/solidity-by-example.rst
index cc2bdd73..e87dea97 100644
--- a/docs/solidity-by-example.rst
+++ b/docs/solidity-by-example.rst
@@ -970,7 +970,7 @@ If everything checks out, the recipient is sent their portion of the ether,
and the sender is sent the rest via a *selfdestruct*.
You can see the *close* function in the full contract.
-Channel Expriration
+Channel Expiration
-------------------
The recipient can close the payment channel at any time, but if they fail to do so,