mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-19 15:18:55 +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:
@@ -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
|
||||||
**/
|
**/
|
||||||
|
Reference in New Issue
Block a user