mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 07:38:22 +02:00
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:
parent
9d2983175e
commit
b7b6803567
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue