Skip to content

Commit d39f9f1

Browse files
fix typo
1 parent 69a4c8b commit d39f9f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/wasmtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ async-trait = { version = "0.1.50", optional = true }
1515

1616
[features]
1717
# Enables generated code to emit events via the `tracing` crate whenever wasm is
18-
# entered and when native functions are called. Note that tracin is currently
18+
# entered and when native functions are called. Note that tracing is currently
1919
# only done for imported functions.
2020
tracing = ['tracing-lib', 'wit-bindgen-wasmtime-impl/tracing']
2121

0 commit comments

Comments
 (0)