diff options
Diffstat (limited to 'docs/solidity-by-example.rst')
-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, |