Skip to content
Prev Previous commit
Next Next commit
fix typo
  • Loading branch information
kanishkatn committed Jun 8, 2022
commit 6e604f78b8fb8df39646f49f02aecb839f96e0fb
2 changes: 1 addition & 1 deletion examples/payment-channel/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
//! The creator of the contract, i.e the `sender`, can deposit funds to the payment channel while creating the payment channel.
//! Any subsequent deposits can be made by transferring funds to the contract's address.
//!
//! ### Withdrwals
//! ### Withdrawals
//!
//! The `recipient` can `withdraw` from the payment channel anytime by submitting the last `signature` received from the `sender`.
//!
Expand Down