docs: fix a broken sentence

This commit is contained in:
Michael Catanzaro 2014-06-20 16:44:08 -05:00
parent 9362a1b2d9
commit d552a1f125

View File

@ -566,9 +566,9 @@ void g_type_free_instance (GTypeInstance *instance);
referred to as finalization in GType) is the symmetric process of referred to as finalization in GType) is the symmetric process of
the initialization: interfaces are destroyed first. the initialization: interfaces are destroyed first.
Then, the most derived Then, the most derived
class_finalize (<link linkend="GClassFinalizeFunc"><type>GClassFinalizeFunc</type></link>) function is invoked. The class_finalize (<link linkend="GClassFinalizeFunc"><type>GClassFinalizeFunc</type></link>) function is invoked. Finally, the
base_class_finalize (<link linkend="GBaseFinalizeFunc"><type>GBaseFinalizeFunc</type></link>) functions are base_class_finalize (<link linkend="GBaseFinalizeFunc"><type>GBaseFinalizeFunc</type></link>) functions are
Finally invoked from bottom-most most-derived type to top-most fundamental type and invoked from bottom-most most-derived type to top-most fundamental type and
the class structure is freed. the class structure is freed.
</para> </para>