Skip to content

Commit

Permalink
Update packages/access/src/accesscontrol/accesscontrol.cairo
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Nordelo <[email protected]>
  • Loading branch information
ggonzalez94 and ericnordelo authored Nov 18, 2024
1 parent e423bef commit 2baa4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/access/src/accesscontrol/accesscontrol.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pub mod AccessControlComponent {
/// Emitted when `account` is granted `role`.
///
/// `sender` is the account that originated the contract call, an account with the admin role
/// or the zero address if `grant_role` is called from the constructor.
/// or the deployer address if `grant_role` is called from the constructor.
#[derive(Drop, PartialEq, starknet::Event)]
pub struct RoleGranted {
pub role: felt252,
Expand Down

0 comments on commit 2baa4b7

Please sign in to comment.