Skip to content

Commit

Permalink
Update tket2-hseries/src/extension/wasm.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Seyon Sivarajah <[email protected]>
  • Loading branch information
doug-q and ss2165 authored Jan 8, 2025
1 parent 99c7678 commit f2bd291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tket2-hseries/src/extension/wasm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
//!
Expand Down

0 comments on commit f2bd291

Please sign in to comment.