diff --git a/frame/contracts/src/call_observability.rs b/frame/contracts/src/call_observability.rs index e3e4468dc8549..fd8fb42161638 100644 --- a/frame/contracts/src/call_observability.rs +++ b/frame/contracts/src/call_observability.rs @@ -8,7 +8,10 @@ pub trait CallSpan where Self: Sized, { - /// A new call span is created just before the execution of a contract, to capture the call. + /// Creates a new call span to encompass the upcoming contract execution. + /// + /// This method is invoked just before the execution of a contract and + /// marks the beginning of a traceable span of execution. /// /// # Arguments ///