From fc40e4f886e55b67895d1d3c95450b96b64f68c7 Mon Sep 17 00:00:00 2001 From: TAdev0 Date: Wed, 3 Jul 2024 13:24:08 +0200 Subject: [PATCH] update comment --- pkg/hintrunner/zero/zerohint_others.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/hintrunner/zero/zerohint_others.go b/pkg/hintrunner/zero/zerohint_others.go index 0a96c69d..d47bab11 100644 --- a/pkg/hintrunner/zero/zerohint_others.go +++ b/pkg/hintrunner/zero/zerohint_others.go @@ -39,7 +39,7 @@ func newMemContinueHint(continueTarget hinter.ResOperander, memset bool) hinter. newN, ok := n.(uint64) if !ok { - return fmt.Errorf("casting n into a felt failed") + return fmt.Errorf("casting n into a uint64 failed") } newN = newN - 1