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

Fixes in Code Syntax, Method Names, and Spelling #1178

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

savvar9991
Copy link

@savvar9991 savvar9991 commented Dec 21, 2024

1. Spelling correction in heading:

Debugging Verificication Failures → Debugging Verification Failures

Fixed typo in "Verification" (removed extra 'i').

2. Word corrections:

containt → contain

Fixed typo in the word (incorrect form).

3. Spelling correction:

prenting → printing

Fixed typo in "printing" (missing 'i').

constrains → constraints

Fixed typo in multiple places (missing 't').

4. Link formatting:

(#debugging-verificication-failures) → (#debugging-verification-failures)

Fixed typo in the markdown link to match the corrected heading.

5. Method description correction:

assignes a name → assigns a name

Fixed typo in the word (incorrect spelling).

6. Word correction:

exoported → exported

Fixed typo in the word (removed extra 'o').

7. Past participle form correction:

shrinked → shrunk

Fixed incorrect past participle form of "shrink".

8. Map type correction:

unoredered_map → unordered_map

Fixed typo in C++ container name (removed extra 'e').

9. Parameter type correction:

verctor → vector

Fixed typo in template parameter name.

10. Text correction:

want ot see → want to see

Fixed transposed letters in "to".

11.Method name correction:

unique_wintes → unique_witness

Fixed typo in method name (missing 's').

12. Word correction:

acrosss → across

Fixed typo (removed extra 's').

13. Word correction:

exists → exits

Fixed incorrect word usage in process description (changed from "exists" to "exits" as it refers to program termination).

@savvar9991 savvar9991 changed the title Updated Link and Fix Typo Fixes in Code Syntax, Method Names, and Spelling Jan 1, 2025
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.

1 participant