1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-07-22 18:07:54 +02:00

docs: fix grammar in Writing GLib Applications/Threads

This commit is contained in:
Hashem Nasarat
2016-01-31 12:51:21 -05:00
parent 95dd373024
commit c5931d1a16

@@ -30,7 +30,7 @@ structure, they must use a lock to synchronize their operation.
</para>
<para>
GLib is creating a worker thread for its own purposes, so GLib applications
GLib creates a worker thread for its own purposes so GLib applications
will always have at least 2 threads.
</para>