From d9cdbef920657643f8d0021b19bc1d293f55405d Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Tue, 7 Mar 2023 15:22:33 -0800 Subject: [PATCH] Fix typo in `Config::generate_address_map` docs (#5958) --- crates/wasmtime/src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/wasmtime/src/config.rs b/crates/wasmtime/src/config.rs index 44c3367fa9..9690daeb6d 100644 --- a/crates/wasmtime/src/config.rs +++ b/crates/wasmtime/src/config.rs @@ -1367,7 +1367,7 @@ impl Config { /// Configures whether compiled artifacts will contain information to map /// native program addresses back to the original wasm module. /// - /// This configuration option is `true` by default and, if enables, + /// This configuration option is `true` by default and, if enabled, /// generates the appropriate tables in compiled modules to map from native /// address back to wasm source addresses. This is used for displaying wasm /// program counters in backtraces as well as generating filenames/line