Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dd0sxx committed Jan 9, 2024
1 parent cd3f332 commit c0a7d0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/guards/set-role-holders/SetRoleHoldersGuard.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {ILlamaActionGuard} from "src/interfaces/ILlamaActionGuard.sol";
import {LlamaUtils} from "src/lib/LlamaUtils.sol";
import {ActionInfo, RoleHolderData} from "src/lib/Structs.sol";

/// @title Protected Set Role Holder Guard
/// @title Set Role Holders Guard
/// @author Llama (devsdosomething@llama.xyz)
/// @notice A guard that regulates which roles are allowed to set other roles.
/// @dev This guard should be used to protect the `setRoleHolders` function in the `LlamaGovernanceScript` contract
Expand Down
2 changes: 1 addition & 1 deletion src/guards/set-role-holders/SetRoleHoldersGuardFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pragma solidity 0.8.19;

import {SetRoleHoldersGuard} from "src/guards/set-role-holders/SetRoleHoldersGuard.sol";

/// @title Protected Set Role Holder Guard Factory
/// @title Set Role Holders Guard Factory
/// @author Llama (devsdosomething@llama.xyz)
/// @notice A factory contract that deploys `SetRoleHoldersGuard` contracts.
/// The `SetRoleHoldersGuard` contract is used to specify which roles are allowed to set other roles, by setting a guard
Expand Down

0 comments on commit c0a7d0f

Please sign in to comment.