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

docs: Fix grammatical error in initial comment #78

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mdqst
Copy link

@mdqst mdqst commented Dec 9, 2024

Description:
In the initial comment of the code, there was a small grammatical issue in the phrase:

//! Demonstrates how to produces a proof for canonical cubic equation: `x^3 + x + 5 = y`.

The word "produces" was incorrectly used. The corrected version should be "produce," as the sentence is describing the intended function of the code rather than the action of producing. The revised line is:

//! Demonstrates how to produce a proof for canonical cubic equation: `x^3 + x + 5 = y`.

While this was a minor issue, fixing it ensures the comment is clear and grammatically accurate, making the documentation easier to read and understand.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant