Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shuklaayush authored Aug 25, 2022
1 parent efa9373 commit 2271eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/MyStrategy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import {IDelegateRegistry} from "../interfaces/snapshot/IDelegateRegistry.sol";
* - Introduces bribes redirection paths for certain bribe tokens
* - Introduces the bribe redirection fee and processing
* - Introduces a setter function for the above
* - Inroduces snapshot delegation
* - Introduces snapshot delegation
*/

contract MyStrategy is BaseStrategy, ReentrancyGuardUpgradeable {
Expand Down

0 comments on commit 2271eab

Please sign in to comment.