Skip to content

Commit 663b5c5

Browse files
Update docs/execution_walkthrough.md
Co-authored-by: Julian Gonzalez Calderon <gonzalezcalderonjulian@gmail.com>
1 parent 717935e commit 663b5c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/execution_walkthrough.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ Sometimes we need to use stuff that would be too complicated or error-prone to
247247
implement in MLIR, but that we have readily available from Rust.
248248

249249
When initializing an executor, for each of the variants of the `RuntimeBinding` enum, an MLIR global symbol
250-
is declared that will contain a pointer to the runtime fucntion implementation. Then on execution, it will access the global symbol of the desired function and find its pointer. This way, each contract uses the
250+
is declared that will contain a pointer to the runtime function implementation. Then on execution, it will access the global symbol of the desired function and find its pointer. This way, each contract uses the
251251
same runtime library located on the sequencer in a dynamic dispatch way.
252252

253253
Although it's implemented in Rust, its functions use the C ABI and have Rust's

0 commit comments

Comments
 (0)