diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-06-26 22:57:30 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-06-28 00:05:09 -0400 |
commit | f339258f1eb321a2a61066465f63efebb339b916 (patch) | |
tree | 3cc1fa3a074eee7894779ddac659758dcd79c3ca /pango/pango-tabs.c | |
parent | f8dec445d4e44797c6132da4a2a2982a7592610c (diff) | |
download | pango-f339258f1eb321a2a61066465f63efebb339b916.tar.gz |
tabs: Cosmetics
Diffstat (limited to 'pango/pango-tabs.c')
-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. |