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

Documentation Grammar Fixes Changes by File #6573

Closed
wants to merge 3 commits into from

Conversation

donatik27
Copy link

  1. docs/docs/noir/standard_library/meta/typ.md
    Old text:
    "for a trait constraint specified from a where clause is unknown,"
    New text:
    "for a trait constraint specified in a where clause is unknown,"
    Reason: Corrected preposition usage from "from" to "in" as it's more appropriate when referring to clauses in programming contexts.

  2. docs/docs/noir/standard_library/meta/index.md
    Old text:
    "The result of the field operations are passed into this function for any final processing."
    New text:
    "The result of the field operations is passed into this function for any final processing."
    Reason: Fixed subject-verb agreement. "Result" (singular) requires "is" rather than "are".

  3. docs/docs/noir/standard_library/meta/trait_def.md
    Old text:
    "This function is useful for cases where the compiler may fails a type check"
    New text:
    "This function is useful for cases where the compiler may fail a type check"
    Reason: Corrected verb conjugation. After modal verb "may", the base form of the verb "fail" should be used.

Copy link
Contributor

Thank you for your contribution to the Noir language.

Please do not force push to this branch after the Noir team have started review of this PR. Doing so will only delay us merging your PR as we will need to start the review process from scratch.

Thanks for your understanding.

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.

2 participants