Skip to content

Commit a09996b

Browse files
authored
docs: fix formatting in SVM specification (#7437)
fix formatting
1 parent f6e6ff2 commit a09996b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

svm/doc/spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ Steps of `load_and_execute_sanitized_transactions`
275275
- `programs_loaded_for_tx_batch` contains a reference to all the `ProgramCacheEntry`s
276276
necessary for the transaction. It maintains an `Arc` to the programs in the global
277277
`ProgramCacheEntry` data structure.
278-
6. Call `MessageProcessor::process_message` to execute the
278+
6. Call `MessageProcessor::process_message` to execute the
279279
transaction. `MessageProcessor` is contained in
280280
solana-program-runtime crate. The result of processing message
281281
is either `ProcessedMessageInfo` which is an i64 wrapped in a

0 commit comments

Comments
 (0)