cairo-vm-go
cairo-vm-go copied to clipboard
doc: rename GetConsecutiveValues to GetConsecutiveMemoryValues in Readme
What does this PR do?
- Updates zero package Readme by renaming
GetConsecutiveValuestoGetConsecutiveMemoryValues.
Reason for change
- To accurately reference the correct method for retrieving consecutive memory values.
Related issue(s)?
- Resolves #419
- As a result of : #396
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.
Hi @TAdev0 , made the changes!
@MoigeMatino any update ?