Skip to content

Commit

Permalink
Update src/canisters/frontend/ic-certified-assets/assets.did
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Swanson <[email protected]>
  • Loading branch information
sesi200 and ericswanson-dfinity authored Nov 22, 2023
1 parent bb68a3b commit ab58069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/canisters/frontend/ic-certified-assets/assets.did
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ type UpgradeArgs = record {
set_permissions: opt SetPermissions;
};

/// Sets the list of principals with a certain permission for every permission that is set.
/// Sets the list of principals granted each permission.
type SetPermissions = record {
prepare: vec principal;
commit: vec principal;
Expand Down

0 comments on commit ab58069

Please sign in to comment.