diff --git a/crates/wasmtime/src/lib.rs b/crates/wasmtime/src/lib.rs index 75e3b1f113..5b743f929c 100644 --- a/crates/wasmtime/src/lib.rs +++ b/crates/wasmtime/src/lib.rs @@ -259,7 +259,7 @@ //! asynchronously. //! //! * `jitdump` - Enabled by default, this feature compiles in support for the -//! jitdump runtime profilng format. The profiler can be selected with +//! jitdump runtime profiling format. The profiler can be selected with //! [`Config::profiler`]. //! //! * `vtune` - Not enabled by default, this feature compiles in support for