Merge branch 'fix_G_DECLARE_DERIVABLE_TYPE_documentation' into 'master'

Fix typo in G_DECLARE_DERIVABLE_TYPE documentation

Closes #1838

See merge request GNOME/glib!1000
This commit is contained in:
Emmanuele Bassi 2019-07-20 14:38:43 +00:00
commit 204c6255e4

View File

@ -1420,8 +1420,8 @@ guint g_type_get_type_registration_serial (void);
* @OBJ_NAME: The bare name of the type, in all caps (like 'WIDGET')
* @ParentName: the name of the parent type, in camel case (like GtkWidget)
*
* A convenience macro for emitting the usual declarations in the header file for a type which will is intended
* to be subclassed.
* A convenience macro for emitting the usual declarations in the
* header file for a type which is intended to be subclassed.
*
* You might use it in a header as follows:
*