Skip to content

Commit 68a6afd

Browse files
authored
Fix link text (#12072)
1 parent 08927ba commit 68a6afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples-fast-execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ See the API docs for
4444
[`wasmtime::Config::signals_based_traps`](https://docs.rs/wasmtime/latest/wasmtime/struct.Config.html#method.signals_based_traps),
4545
[`wasmtime::Config::memory_reservation`](https://docs.rs/wasmtime/latest/wasmtime/struct.Config.html#method.memory_reservation),
4646
and
47-
[`wasmtime::Config::memory_reservation`](https://docs.rs/wasmtime/latest/wasmtime/struct.Config.html#method.memory_guard_size)
47+
[`wasmtime::Config::memory_guard_size`](https://docs.rs/wasmtime/latest/wasmtime/struct.Config.html#method.memory_guard_size)
4848
for more details.
4949

5050
## Force-Enable ISA Extensions

0 commit comments

Comments
 (0)