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

Multiple Typo Fixes Across Files #7137

Closed
wants to merge 4 commits into from

Conversation

teenager-ETH
Copy link

Multiple Typo Fixes Across Files

Description

This pull request addresses various typographical errors across four different files in the repository. Each fix enhances the clarity and professionalism of the comments and documentation.

Summary of Changes

File: compiler/noirc_frontend/src/hir_def/types.rs

  • Typo: "recuring" corrected to "recurring."
    • Original: Prevent recuring forever...
    • Corrected: Prevent recurring forever...

File: test_programs/compile_success_empty/trait_method_mut_self/src/main.nr

  • Typo: "Curently" corrected to "Currently."
    • Original: TODO: Curently, without the annotation...
    • Corrected: TODO: Currently, without the annotation...

File: test_programs/execution_success/brillig_conditional/src/main.nr

  • Typo: "conditonal" corrected to "conditional."
    • Original: The features being tested is basic conditonal on brillig
    • Corrected: The features being tested is basic conditional on brillig

File: tooling/nargo_fmt/src/formatter/use_tree_merge.rs

  • Typo: "loosing" corrected to "losing."
    • Original: result in just "foo::bar", loosing "foo"
    • Corrected: result in just "foo::bar", losing "foo"

Why These Fixes Are Important

  • Improves code comments and documentation quality for better understanding.
  • Reflects professionalism in codebase standards.
  • Reduces potential confusion for contributors and users referencing the code.

Checklist

  • Identified and corrected all typos listed above.
  • Verified no additional typos were introduced in this process.
  • Followed the contributing guidelines.

Notes for Reviewers

These changes are minor and non-functional, only affecting comments and documentation. Let me know if there are additional revisions or improvements you'd like. Thank you for reviewing!

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.

@TomAFrench TomAFrench closed this Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants