Skip to content

Commit

Permalink
style: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Cole <[email protected]>

Co-authored-by: Alexis Asseman <[email protected]>
  • Loading branch information
ColePBryan and aasseman authored Aug 18, 2023
1 parent 81e4f9b commit 2e02cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Escrow.sol
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ contract Escrow {
);

/**
* @dev Emitted when a the thawing of a signer is cancelled
* @dev Emitted when the thawing of a signer is cancelled
*/
event CancelThawSigner(
address indexed sender,
Expand Down

0 comments on commit 2e02cf0

Please sign in to comment.