From 3fa9d4e18aec3ae3b0fd9c7d100110d1229633b5 Mon Sep 17 00:00:00 2001 From: pgherveou Date: Mon, 1 Apr 2024 13:04:05 +0200 Subject: [PATCH] fix comment --- substrate/frame/contracts/src/benchmarking/call_builder.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/substrate/frame/contracts/src/benchmarking/call_builder.rs b/substrate/frame/contracts/src/benchmarking/call_builder.rs index 03c5a8b793727..e42b8bf78bfc4 100644 --- a/substrate/frame/contracts/src/benchmarking/call_builder.rs +++ b/substrate/frame/contracts/src/benchmarking/call_builder.rs @@ -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();