Skip to content

Commit f6f3c94

Browse files
remedcunlordell
andauthored
Update contracts/interfaces/ISafe.sol
Co-authored-by: Nicholas Rodrigues Lordello <n@lordello.net>
1 parent 8aae940 commit f6f3c94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contracts/interfaces/ISafe.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {IModuleManager} from "./IModuleManager.sol";
88
import {IOwnerManager} from "./IOwnerManager.sol";
99

1010
/**
11-
* @title ISafe - A multi signature wallet interface with support for confirmations using signed messages based on EIP-712.
11+
* @title ISafe - A multi-signature wallet interface with support for confirmations using signed messages based on EIP-712.
1212
* @author @safe-global/safe-protocol
1313
*/
1414
interface ISafe is IModuleManager, IGuardManager, IOwnerManager, IFallbackManager {

0 commit comments

Comments
 (0)