Fix typo in Config::generate_address_map docs (#5958)
This commit is contained in:
@@ -1367,7 +1367,7 @@ impl Config {
|
|||||||
/// Configures whether compiled artifacts will contain information to map
|
/// Configures whether compiled artifacts will contain information to map
|
||||||
/// native program addresses back to the original wasm module.
|
/// 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
|
/// generates the appropriate tables in compiled modules to map from native
|
||||||
/// address back to wasm source addresses. This is used for displaying wasm
|
/// address back to wasm source addresses. This is used for displaying wasm
|
||||||
/// program counters in backtraces as well as generating filenames/line
|
/// program counters in backtraces as well as generating filenames/line
|
||||||
|
|||||||
Reference in New Issue
Block a user