From 4f375307220a39ae8df7369ab286bfce4e36c5be Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Thu, 30 May 2024 15:07:46 +0200 Subject: [PATCH] tiny nit --- modules/apps/transfer/types/trace.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/apps/transfer/types/trace.go b/modules/apps/transfer/types/trace.go index 6e2dec0848d..01f7b3b59a0 100644 --- a/modules/apps/transfer/types/trace.go +++ b/modules/apps/transfer/types/trace.go @@ -36,7 +36,7 @@ func (t Trace) Validate() error { return nil } -// String returns the Trace the format: +// String returns the Trace in the format: // / func (t Trace) String() string { return fmt.Sprintf("%s/%s", t.PortId, t.ChannelId)