mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-31 21:03:10 +02:00
Reword awkward sentence in the docs
Pointed out in bug 636305, the docs for g_queue_remove_all() had several grammatical errors and sounded awkward.
This commit is contained in:
parent
99332dd27c
commit
658572978b
@ -901,7 +901,7 @@ g_queue_remove (GQueue *queue,
|
|||||||
* @queue: a #GQueue
|
* @queue: a #GQueue
|
||||||
* @data: data to remove
|
* @data: data to remove
|
||||||
*
|
*
|
||||||
* Remove all elemeents in @queue which contains @data.
|
* Remove all elements whose data equals @data from @queue.
|
||||||
*
|
*
|
||||||
* Since: 2.4
|
* Since: 2.4
|
||||||
**/
|
**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user