diff --git a/core/src/layers/dtrace.rs b/core/src/layers/dtrace.rs index 702c2e4978f7..461bb4fb0779 100644 --- a/core/src/layers/dtrace.rs +++ b/core/src/layers/dtrace.rs @@ -25,7 +25,7 @@ use std::ffi:: CString; /// Support User Statically-Defined Tracing(aka USDT) on Linux /// -/// This layer is a experimental feature, it will be enabled by `features = ["layers-dtrace"]` in Cargo.toml. +/// This layer is an experimental feature, it will be enabled by `features = ["layers-dtrace"]` in Cargo.toml. /// /// Example: /// ```