diff options
author | João Vítor <joaovmferreira@gmail.com> | 2018-06-04 00:20:49 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-04 00:20:49 +0800 |
commit | e89d6350459343bd213f5525b9993194ce7e8edb (patch) | |
tree | b9b5b948469b198503c0e7e04b2e84ea5bb1b849 | |
parent | d1aa9b0a17578a639171541c96b66230b3970ea5 (diff) | |
download | dexon-solidity-e89d6350459343bd213f5525b9993194ce7e8edb.tar.gz dexon-solidity-e89d6350459343bd213f5525b9993194ce7e8edb.tar.zst dexon-solidity-e89d6350459343bd213f5525b9993194ce7e8edb.zip |
fix a word
-rw-r--r-- | docs/solidity-by-example.rst | 2 |
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, |