Skip to content

Commit

Permalink
fix: correct inherit docs contract
Browse files Browse the repository at this point in the history
  • Loading branch information
sendra committed Dec 9, 2024
1 parent 9ed7ad7 commit 12df3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/extensions/stata-token/StataTokenV2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ contract StataTokenV2 is
else _unpause();
}

/// @inheritdoc IRescuable
/// @inheritdoc Rescuable
function whoCanRescue() public view override returns (address) {
return POOL_ADDRESSES_PROVIDER.getACLAdmin();
}
Expand Down

0 comments on commit 12df3fd

Please sign in to comment.