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 e9327b6 commit 06cfa55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/frame/contracts/src/benchmarking/call_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ impl<T> Drop for LeakReclaimer<T> {
}
}

/// A builder use to prepare a benchmark contracts call.
/// A builder used to prepare a contract call.
pub struct CallBuilder<T: Config> {
caller: T::AccountId,
dest: T::AccountId,
Expand Down

0 comments on commit 06cfa55

Please sign in to comment.