NethermindEth / cairo-vm-go

A virtual machine for Cairo written in Go
MIT License
73 stars 43 forks source link

doc: rename GetConsecutiveValues to GetConsecutiveMemoryValues in Readme #421

Closed MoigeMatino closed 1 month ago

MoigeMatino commented 1 month ago

What does this PR do?

Reason for change

Related issue(s)?

sweep-ai[bot] commented 1 month ago

Sweep: PR Review

pkg/hintrunner/zero/README.md

The change corrects the method name in the documentation to accurately reflect the correct method for retrieving consecutive memory values.


MoigeMatino commented 1 month ago

Hi @TAdev0 , made the changes!

TAdev0 commented 1 month ago

@MoigeMatino any update ?