lambdaclass / lambdaworks

lambdaworks offers implementations for both SNARKs and STARKs provers, along with the flexibility to leverage their individual components for constructing customized SNARKs.
https://lambdaclass.github.io/lambdaworks/
Apache License 2.0
625 stars 140 forks source link

fix: typos in documentation files #943

Open leopardracer opened 3 days ago

leopardracer commented 3 days ago

This pull request contains changes to improve clarity, correctness and structure.

Description correction: Corrected nvida to nvidia. Corrected system.assert_eq(&y, &z);; to system.assert_eq(&y, &z); (the extra semicolon has been removed).

Please review the changes and let me know if any additional changes are needed.