Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Prevent recuring forever...
Prevent recurring forever...
File:
test_programs/compile_success_empty/trait_method_mut_self/src/main.nr
TODO: Curently, without the annotation...
TODO: Currently, without the annotation...
File:
test_programs/execution_success/brillig_conditional/src/main.nr
The features being tested is basic conditonal on brillig
The features being tested is basic conditional on brillig
File:
tooling/nargo_fmt/src/formatter/use_tree_merge.rs
result in just "foo::bar", loosing "foo"
result in just "foo::bar", losing "foo"
Why These Fixes Are Important
Checklist
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!