Fix typo in G_DECLARE_DERIVABLE_TYPE documentation

Closes issue #1838
This commit is contained in:
Emmanuel Fleury 2019-07-20 16:05:12 +02:00
parent 2ac44f3111
commit 79da3551e3

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:
*