You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
0 commit comments