Skip to content

Commit

Permalink
fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tessi committed Jul 25, 2024
1 parent 4bf8bfd commit 88f6b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wasmex/store_or_caller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ defmodule Wasmex.StoreOrCaller do
Sets fuel to for Wasm to consume while executing.
For this method to work, fuel consumption must be enabled via
`Wasmex.EngineConfig.consume_fuel/2. By default a `Wasmex.Store`
`Wasmex.EngineConfig.consume_fuel/2`. By default a `Wasmex.Store`
starts with 0 fuel for Wasm to execute with (meaning it will
immediately trap and halt execution). This function must be
called for the store to have some fuel to allow WebAssembly
Expand Down

0 comments on commit 88f6b96

Please sign in to comment.