diff options
-rw-r--r-- | pango/pango-tabs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-tabs.c b/pango/pango-tabs.c index 0792cd5a..28027454 100644 --- a/pango/pango-tabs.c +++ b/pango/pango-tabs.c @@ -113,7 +113,7 @@ pango_tab_array_new (gint initial_size, * @first_position: position of first tab stop * @...: additional alignment/position pairs * - * Creates * a `PangoTabArray` and allows you to specify the alignment + * Creates a `PangoTabArray` and allows you to specify the alignment * and position of each tab stop. * * You **must** provide an alignment and position for @size tab stops. |