lambdaclass / cairo-vm

cairo-vm is a Rust implementation of the Cairo VM. Cairo (CPU Algebraic Intermediate Representation) is a programming language for writing provable programs, where one party can prove to another that a certain computation was executed correctly without the need for this party to re-execute the same program.
https://lambdaclass.github.io/cairo-vm
Apache License 2.0
504 stars 138 forks source link

Proofreading the docs #1616

Closed Ursulafe closed 6 months ago

Ursulafe commented 6 months ago

Proofread of python_vm's README

Description

Came across few errors while reading the docs (for python_vm), so I corrected them. Doesn't require testing or changelog entry I believe.

(For line 197 I checked compiler/encode.py was the correct path)

Oppen commented 6 months ago

Sorry, we're note accepting spellchecks from external contributors at this time.