Skip to content

Commit

Permalink
Fix TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
mariaschett committed Apr 5, 2022
1 parent ba079ba commit d294575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oak_functions/loader/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ impl WasmState {
let handle: ExtensionHandle =
ExtensionHandle::from_i32(handle).expect("Fail to parse handle.");

// TODO(#2664) Quick solution following impelementation of invoking an extension in
// TODO(#2664): Quick solution following impelementation of invoking an extension in
// `invoke_index`. Once we refactored the interface of `invoke` to not require
// `WasmState` any more, we can simplify this.

Expand Down

0 comments on commit d294575

Please sign in to comment.