From 06cfa559915383df8650c98c75ae54b976fbd412 Mon Sep 17 00:00:00 2001 From: pgherveou Date: Mon, 1 Apr 2024 22:39:50 +0200 Subject: [PATCH] fix comment --- substrate/frame/contracts/src/benchmarking/call_builder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/frame/contracts/src/benchmarking/call_builder.rs b/substrate/frame/contracts/src/benchmarking/call_builder.rs index edb4b5a25f572..c1f61a1ec852d 100644 --- a/substrate/frame/contracts/src/benchmarking/call_builder.rs +++ b/substrate/frame/contracts/src/benchmarking/call_builder.rs @@ -60,7 +60,7 @@ impl Drop for LeakReclaimer { } } -/// A builder use to prepare a benchmark contracts call. +/// A builder used to prepare a contract call. pub struct CallBuilder { caller: T::AccountId, dest: T::AccountId,