-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit b34fcd3
committed
Correct grammar in queue.h function descriptions
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: Iaf4f49c5c3081e4d485d2549563345e3eee31d571 parent 5223a1d commit b34fcd3
2 files changed
+5
-5
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
182 | 182 |
| |
183 | 183 |
| |
184 | 184 |
| |
185 | - | ||
185 | + | ||
186 | 186 |
| |
187 | 187 |
| |
188 | 188 |
| |
| |||
195 | 195 |
| |
196 | 196 |
| |
197 | 197 |
| |
198 | - | ||
198 | + | ||
199 | 199 |
| |
200 | 200 |
| |
201 | 201 |
| |
| |||
205 | 205 |
| |
206 | 206 |
| |
207 | 207 |
| |
208 | - | ||
208 | + | ||
209 | 209 |
| |
210 | 210 |
| |
211 | 211 |
| |
| |||
220 | 220 |
| |
221 | 221 |
| |
222 | 222 |
| |
223 | - | ||
223 | + | ||
224 | 224 |
| |
225 | 225 |
| |
226 | 226 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | - | ||
1 | + | ||
2 | 2 |
| |
3 | 3 |
|
0 commit comments