Skip to content

Commit

Permalink
Update packages/governance/src/governor/interface.cairo
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Fleming <[email protected]>
  • Loading branch information
ericnordelo and andrew-fleming authored Nov 12, 2024
1 parent 2bc9961 commit f01ad5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/governance/src/governor/interface.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ pub trait IGovernor<TState> {
///
/// In cases where the governance executor is some contract other than the governor itself, like
/// when using a timelock, this function can be invoked in a governance proposal to recover
/// tokens that was sent to the governor contract by mistake.
/// tokens that were sent to the governor contract by mistake.
///
/// NOTE: If the executor is simply the governor itself, use of `relay` is redundant.
fn relay(ref self: TState, call: Call);
Expand Down

0 comments on commit f01ad5c

Please sign in to comment.