pattern: Fix incorrect grammar in cairo_pattern_get_type.

"This function returns the type a pattern." is obviously missing 'of',
but this can be stated more succinctly with active voice.

Signed-off-by: Bryce Harrington <bryce@bryceharrington.org>
This commit is contained in:
Bryce Harrington 2016-09-16 15:05:55 -07:00
parent 9d2983175e
commit b7b6803567

View file

@ -1073,8 +1073,8 @@ slim_hidden_def (cairo_pattern_reference);
* cairo_pattern_get_type:
* @pattern: a #cairo_pattern_t
*
* This function returns the type a pattern.
* See #cairo_pattern_type_t for available types.
* Get the pattern's type. See #cairo_pattern_type_t for available
* types.
*
* Return value: The type of @pattern.
*