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

Correct grammar in queue.h function descriptions #282

Merged
merged 1 commit into from
Mar 24, 2025

Conversation

salmoniscute
Copy link
Contributor

This fix addresses a grammatical error in the queue.h documentation.
When describing existence, the correct English grammar is to use "there is" rather than "there has". Therefore, I've changed "If there has only one element" to "If there is only one element" in the comments for the q_sort(), q_ascend(), q_descend(), and q_reverseK() functions.

Fix grammatical errors in queue.h documentation by changing incorrect
phrase there has only one element to correct phrase there is only one
element in the descriptions for q_sort(), q_ascend(), q_descend(), and
q_reverseK() functions.

Change-Id: Iaf4f49c5c3081e4d485d2549563345e3eee31d57
@jserv jserv merged commit eb54e6f into sysprog21:master Mar 24, 2025
1 of 2 checks passed
@jserv
Copy link
Contributor

jserv commented Mar 24, 2025

Thank @salmoniscute for contributing!

@salmoniscute salmoniscute deleted the fix branch March 24, 2025 14:41
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.

2 participants