Skip to content

Commit

Permalink
Fix the description about ascending order (sysprog21#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
kata1219 authored Aug 12, 2023
1 parent 3380c2d commit 8434ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtest.c
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ static void console_init()
ADD_COMMAND(merge, "Merge all the queues into one sorted queue", "");
ADD_COMMAND(swap, "Swap every two adjacent nodes in queue", "");
ADD_COMMAND(ascend,
"Remove every node which has a node with a strictly greater "
"Remove every node which has a node with a strictly less "
"value anywhere to the right side of it",
"");
ADD_COMMAND(descend,
Expand Down

0 comments on commit 8434ba3

Please sign in to comment.