From f2bd29178797b8ab98723fe6578e0382cd282673 Mon Sep 17 00:00:00 2001 From: Douglas Wilson <141026920+doug-q@users.noreply.github.com> Date: Wed, 8 Jan 2025 13:36:19 +0000 Subject: [PATCH] Update tket2-hseries/src/extension/wasm.rs Co-authored-by: Seyon Sivarajah --- tket2-hseries/src/extension/wasm.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tket2-hseries/src/extension/wasm.rs b/tket2-hseries/src/extension/wasm.rs index da4f5d04..61f21441 100644 --- a/tket2-hseries/src/extension/wasm.rs +++ b/tket2-hseries/src/extension/wasm.rs @@ -33,7 +33,7 @@ //! extension-op-static-edges to do this properly. //! //! `tket.wasm.func`s are called via the `tket2.wasm.call` op. This op takes: -//! - a `tket2.wasm.context` identifying where the call will exectue; +//! - a `tket2.wasm.context` identifying where the call will execute; //! - a `tket2.wasm.func` identifying the function to call; //! - Input arguments as specified by the type of the `tket2.wasm.func`. //!