Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pufferfish101007 committed Aug 26, 2023
1 parent 313bcec commit 33a842c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/targets/wasm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ fn instructions(
I32Load(MemArg {
offset: byte_offset::THREAD_NUM
.try_into()
.expect("THREAD_NUM put of bounds (E036)"),
.expect("THREAD_NUM out of bounds (E036)"),
align: 2,
memory_index: 0,
}),
Expand Down

0 comments on commit 33a842c

Please sign in to comment.