Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Apr 6, 2021
1 parent 51fe59a commit 1020005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/lightbeam/wasmtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ impl lightbeam::ModuleContext for FuncEnvironment<'_> {
}

fn signature(&self, _index: u32) -> &Self::Signature {
panic!("not impleemnted")
panic!("not implemented")
}

fn defined_table_index(&self, table_index: u32) -> Option<u32> {
Expand Down

0 comments on commit 1020005

Please sign in to comment.