Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 6c9eec1

Browse files
authored
chore: remove repetitive words (#6596)
Signed-off-by: careworry <[email protected]>
1 parent f3aa4fe commit 6c9eec1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

governance/program/src/error.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,8 @@ pub enum GovernanceError {
357357
#[error("Invalid proposal options")]
358358
InvalidProposalOptions, // 583
359359

360-
/// Proposal is not not executable
361-
#[error("Proposal is not not executable")]
360+
/// Proposal is not executable
361+
#[error("Proposal is not executable")]
362362
ProposalIsNotExecutable, // 584
363363

364364
/// Deny vote is not allowed

0 commit comments

Comments
 (0)