File tree 3 files changed +6
-6
lines changed
programs/matching-engine/src
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -183,8 +183,8 @@ pub mod matching_engine {
183
183
}
184
184
185
185
/// This instruction is used to enact an existing auction update proposal. It can only be
186
- /// executed after the `slot_enact_delay` has passed. This instruction can only be called by
187
- /// the `owner` of the proposal .
186
+ /// executed after the `slot_enact_delay` has passed. This instruction can only be called by the
187
+ /// `owner`.
188
188
///
189
189
/// # Arguments
190
190
///
Original file line number Diff line number Diff line change 2225
2225
"name" : " update_auction_parameters" ,
2226
2226
"docs" : [
2227
2227
" This instruction is used to enact an existing auction update proposal. It can only be" ,
2228
- " executed after the `slot_enact_delay` has passed. This instruction can only be called by" ,
2229
- " the `owner` of the proposal ." ,
2228
+ " executed after the `slot_enact_delay` has passed. This instruction can only be called by the " ,
2229
+ " `owner`." ,
2230
2230
" " ,
2231
2231
" # Arguments" ,
2232
2232
" " ,
Original file line number Diff line number Diff line change @@ -2231,8 +2231,8 @@ export type MatchingEngine = {
2231
2231
"name" : "updateAuctionParameters" ,
2232
2232
"docs" : [
2233
2233
"This instruction is used to enact an existing auction update proposal. It can only be" ,
2234
- "executed after the `slot_enact_delay` has passed. This instruction can only be called by" ,
2235
- "the `owner` of the proposal ." ,
2234
+ "executed after the `slot_enact_delay` has passed. This instruction can only be called by the " ,
2235
+ "`owner`." ,
2236
2236
"" ,
2237
2237
"# Arguments" ,
2238
2238
"" ,
You can’t perform that action at this time.
0 commit comments