Skip to content

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

2 participants