Fix typo in Config::generate_address_map docs (#5958)

This commit is contained in:
Nick Fitzgerald
2023-03-07 15:22:33 -08:00
committed by GitHub
parent 8d3a881b52
commit d9cdbef920

View File

@@ -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