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

Commit 449a659

Browse files
author
Ikko Ashimine
authored
Governance: fix typo in proposal_transaction.rs (#2894)
withing -> within
1 parent 95cd64c commit 449a659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

governance/program/src/state/proposal_transaction.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ pub struct ProposalTransactionV2 {
106106
/// Instructions to execute
107107
/// The instructions will be signed by Governance PDA the Proposal belongs to
108108
// For example for ProgramGovernance the instruction to upgrade program will be signed by ProgramGovernance PDA
109-
// All instructions will be executed withing a single transaction
109+
// All instructions will be executed within a single transaction
110110
pub instructions: Vec<InstructionData>,
111111

112112
/// Executed at flag

0 commit comments

Comments
 (0)