From d0becd70bfb2e9622a0509454863ae7784d47b42 Mon Sep 17 00:00:00 2001 From: Ryan Tinianov Date: Thu, 18 Jan 2024 22:28:34 -0500 Subject: [PATCH] Fix typo --- core/services/relay/evm/types/codec_entry.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/services/relay/evm/types/codec_entry.go b/core/services/relay/evm/types/codec_entry.go index df51ad7b897..70948ecd6b3 100644 --- a/core/services/relay/evm/types/codec_entry.go +++ b/core/services/relay/evm/types/codec_entry.go @@ -13,7 +13,7 @@ import ( commontypes "github.com/smartcontractkit/chainlink-common/pkg/types" ) -// MaxTopicFields is three because the EVM has a m of ax four topics, but the first topic is always the event signature. +// MaxTopicFields is three because the EVM has a max of four topics, but the first topic is always the event signature. const MaxTopicFields = 3 type CodecEntry interface {