From e20e9c1995cbd6b5cd9d94e21f23ce60dc0ce045 Mon Sep 17 00:00:00 2001 From: Bryan White Date: Fri, 22 Mar 2024 21:23:32 +0100 Subject: [PATCH] review: feedback improvement Co-authored-by: Daniel Olshansky --- testutil/keeper/proof.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testutil/keeper/proof.go b/testutil/keeper/proof.go index 44451c79e..f8359a1e2 100644 --- a/testutil/keeper/proof.go +++ b/testutil/keeper/proof.go @@ -39,8 +39,8 @@ import ( suppliertypes "github.com/pokt-network/poktroll/x/supplier/types" ) -// ProofModuleKeepers is an aggregation of the proof keeper all its dependency -// keepers,and the codec that they share. Each keeper is embedded such that the +// ProofModuleKeepers is an aggregation of the proof keeper and all its dependency +// keepers, and the codec that they share. Each keeper is embedded such that the // ProofModuleKeepers implements all the interfaces of the keepers. // To call a method which is common to multiple keepers (e.g. `#SetParams()`), // the field corresponding to the desired keeper on which to call the method