Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pgherveou committed Aug 18, 2023
1 parent 6b2b8e5 commit 2f8793f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frame/contracts/src/call_observability.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ pub trait CallSpan<T: Config>
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
///
Expand Down

0 comments on commit 2f8793f

Please sign in to comment.