Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TAdev0 committed Jul 3, 2024
1 parent a2a8996 commit fc40e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/hintrunner/zero/zerohint_others.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fc40e4f

Please sign in to comment.