Skip to content

Commit 628919f

Browse files
Fix typo in documentation.
1 parent f828934 commit 628919f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/solidity-by-example.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ Each message includes the following information:
907907
* The smart contract's address, used to prevent cross-contract replay attacks.
908908
* The total amount of Ether that is owed the recipient so far.
909909

910-
A payment channel is closed just once, at the of a series of transfers.
910+
A payment channel is closed just once, at the end of a series of transfers.
911911
Because of this, only one of the messages sent will be redeemed. This is why
912912
each message specifies a cumulative total amount of Ether owed, rather than the
913913
amount of the individual micropayment. The recipient will naturally choose to

0 commit comments

Comments
 (0)