Skip to content

Commit

Permalink
docs: Fix grammatical error in initial comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mdqst authored Dec 9, 2024
1 parent f65cbea commit b8b30a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cubic.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Demonstrates how to produces a proof for canonical cubic equation: `x^3 + x + 5 = y`.
//! Demonstrates how to produce a proof for canonical cubic equation: `x^3 + x + 5 = y`.
//! The example is described in detail [here].
//!
//! The R1CS for this problem consists of the following 4 constraints:
Expand Down

0 comments on commit b8b30a4

Please sign in to comment.