Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): fixed docs typo #588

Merged
merged 13 commits into from
Dec 4, 2023
Merged
2 changes: 1 addition & 1 deletion prover/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ feature flag).

Only used in GPU proving mode. Prepares all the witness data using CPU, and then streams it to the prover_fri.

This is mosty used for resource efficiency (as machines with GPUs are more expensive, it allows us to run many
This is mostly used for resource efficiency (as machines with GPUs are more expensive, it allows us to run many
witness_vector_generators, that can 'share' as single gpu based prover_fri).

### proof_fri_compressor
Expand Down