Skip to content

Commit 3c18cee

Browse files
authored
Fix typo (#231)
1 parent 69e5f8f commit 3c18cee

File tree

16 files changed

+20
-15
lines changed

16 files changed

+20
-15
lines changed

.changeset/short-houses-drop.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@kinobi-so/renderers-rust": patch
3+
---
4+
5+
Fix typo in generated comment

packages/renderers-rust/e2e/memo/src/generated/instructions/add_memo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ impl AddMemoBuilder {
7979
self.memo = Some(memo);
8080
self
8181
}
82-
/// Add an aditional account to the instruction.
82+
/// Add an additional account to the instruction.
8383
#[inline(always)]
8484
pub fn add_remaining_account(
8585
&mut self,

packages/renderers-rust/e2e/system/src/generated/instructions/advance_nonce_account.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ impl AdvanceNonceAccountBuilder {
110110
self.nonce_authority = Some(nonce_authority);
111111
self
112112
}
113-
/// Add an aditional account to the instruction.
113+
/// Add an additional account to the instruction.
114114
#[inline(always)]
115115
pub fn add_remaining_account(
116116
&mut self,

packages/renderers-rust/e2e/system/src/generated/instructions/allocate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ impl AllocateBuilder {
9393
self.space = Some(space);
9494
self
9595
}
96-
/// Add an aditional account to the instruction.
96+
/// Add an additional account to the instruction.
9797
#[inline(always)]
9898
pub fn add_remaining_account(
9999
&mut self,

packages/renderers-rust/e2e/system/src/generated/instructions/allocate_with_seed.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ impl AllocateWithSeedBuilder {
128128
self.program_address = Some(program_address);
129129
self
130130
}
131-
/// Add an aditional account to the instruction.
131+
/// Add an additional account to the instruction.
132132
#[inline(always)]
133133
pub fn add_remaining_account(
134134
&mut self,

packages/renderers-rust/e2e/system/src/generated/instructions/assign.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ impl AssignBuilder {
9494
self.program_address = Some(program_address);
9595
self
9696
}
97-
/// Add an aditional account to the instruction.
97+
/// Add an additional account to the instruction.
9898
#[inline(always)]
9999
pub fn add_remaining_account(
100100
&mut self,

packages/renderers-rust/e2e/system/src/generated/instructions/assign_with_seed.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ impl AssignWithSeedBuilder {
121121
self.program_address = Some(program_address);
122122
self
123123
}
124-
/// Add an aditional account to the instruction.
124+
/// Add an additional account to the instruction.
125125
#[inline(always)]
126126
pub fn add_remaining_account(
127127
&mut self,

packages/renderers-rust/e2e/system/src/generated/instructions/authorize_nonce_account.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ impl AuthorizeNonceAccountBuilder {
112112
self.new_nonce_authority = Some(new_nonce_authority);
113113
self
114114
}
115-
/// Add an aditional account to the instruction.
115+
/// Add an additional account to the instruction.
116116
#[inline(always)]
117117
pub fn add_remaining_account(
118118
&mut self,

packages/renderers-rust/e2e/system/src/generated/instructions/create_account.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ impl CreateAccountBuilder {
120120
self.program_address = Some(program_address);
121121
self
122122
}
123-
/// Add an aditional account to the instruction.
123+
/// Add an additional account to the instruction.
124124
#[inline(always)]
125125
pub fn add_remaining_account(
126126
&mut self,

packages/renderers-rust/e2e/system/src/generated/instructions/create_account_with_seed.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ impl CreateAccountWithSeedBuilder {
149149
self.program_address = Some(program_address);
150150
self
151151
}
152-
/// Add an aditional account to the instruction.
152+
/// Add an additional account to the instruction.
153153
#[inline(always)]
154154
pub fn add_remaining_account(
155155
&mut self,

0 commit comments

Comments
 (0)