Skip to content

Commit

Permalink
fix: add title
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Aug 8, 2024
1 parent 480b8ba commit 0656a29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/contracts/access-control/StatelessOwnable.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import '../oz-common/Context.sol';
import {IOwnable} from './interfaces/IOwnable.sol';

/**
* @title StatelessOwnable
* @author BGD Labs
* @dev Contract module which provides a basic access control mechanism, where
* there is an account (an owner) that can be granted exclusive access to
* specific functions.
Expand Down
2 changes: 2 additions & 0 deletions src/contracts/access-control/StatelessOwnableWithGuardian.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import {IStatelessOwnableWithGuardian} from './interfaces/IStatelessOwnableWithG
import {StatelessOwnable} from './StatelessOwnable.sol';

/**
* @title StatelessOwnableWithGuardian
* @author BGD Labs
* @dev Contract module which provides a basic access control mechanism, where
* there is an account (a guardian) that can be granted exclusive access to
* specific functions.
Expand Down

0 comments on commit 0656a29

Please sign in to comment.