Skip to content

Commit

Permalink
refactor: fix title in ISablierV2Comptroller
Browse files Browse the repository at this point in the history
  • Loading branch information
smol-ninja authored and andreivladbrg committed Feb 12, 2024
1 parent 140983d commit 22a8191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/ISablierV2Comptroller.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { UD60x18 } from "@prb/math/src/UD60x18.sol";

import { IAdminable } from "./IAdminable.sol";

/// @title ISablierV2Controller
/// @title ISablierV2Comptroller
/// @notice This contract is in charge of the Sablier V2 protocol configuration, handling such values as the
/// protocol fees.
interface ISablierV2Comptroller is IAdminable {
Expand Down

0 comments on commit 22a8191

Please sign in to comment.