From f01ad5c237e17d2f1fcee7614f0da0b475312b2a Mon Sep 17 00:00:00 2001 From: Eric Nordelo Date: Tue, 12 Nov 2024 15:50:45 +0100 Subject: [PATCH] Update packages/governance/src/governor/interface.cairo Co-authored-by: Andrew Fleming --- packages/governance/src/governor/interface.cairo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/governance/src/governor/interface.cairo b/packages/governance/src/governor/interface.cairo index c74db0221..a3e412465 100644 --- a/packages/governance/src/governor/interface.cairo +++ b/packages/governance/src/governor/interface.cairo @@ -202,7 +202,7 @@ pub trait IGovernor { /// /// 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);