-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This pull request addresses several grammar issues across multiple files in the repository. The changes include corrections such as replacing "a" with "an" where appropriate (e.g., before words starting with vowel sounds) and fixing typos or inconsistencies in documentation and comments. ## Files Updated 1. **`chandelier.rs`** - Fixed: "an superfluous" → "a superfluous." 2. **`path_search.rs`** - Fixed: "a inclusive" → "an inclusive." 3. **`r1cs.rs`** - Fixed: "a individual" → "an individual." 4. **`addresses.md`** - Fixed: "a address" → "an address." 5. **`system_mapping.md`** - Fixed: "an bound" → "a bound." ## Checklist Before Review - [x] Updated grammar errors in all relevant files. - [x] Verified that no other grammatical inconsistencies remain in the affected areas. - [x] Added guiding comments for reviewers to verify changes. ## Testing Notes No code changes affecting functionality were made, so no unit tests were added. These changes only affect comments and documentation, ensuring clarity and accuracy. --------- Signed-off-by: Marco <wudmytrotest200@gmail.com>
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters