Skip to content

Commit

Permalink
Fix copy paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
pmerkleplant committed Aug 28, 2023
1 parent b9e3e73 commit 7ba9273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SelfKisser.sol
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ contract SelfKisser is ISelfKisser, Auth {
*
* For more info, see docs/Deployment.md.
*/
contract SelfKisser_COUNTER is Scribe {
contract SelfKisser_COUNTER is SelfKisser {
// @todo ^^^^^^^ Adjust name of SelfKisser instance.
constructor(address initialAuthed) SelfKisser(initialAuthed) {}
}

0 comments on commit 7ba9273

Please sign in to comment.