Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pgherveou committed Apr 2, 2024
1 parent 24eab39 commit 3fa9d4e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions substrate/frame/contracts/src/benchmarking/call_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ where
}

/// Prepare a call to the module.
/// Returns a tuple containing an opaque object that will reclaim the leaked boxes and a closure
/// used to invoke the call.
/// Returns a a closure used to invoke the call.
pub fn build(self) -> impl FnOnce() {
let input = self.input.clone();

Expand Down

0 comments on commit 3fa9d4e

Please sign in to comment.