summaryrefslogtreecommitdiff
path: root/pango/pango-tabs.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-06-28 04:15:40 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-06-28 04:15:40 +0000
commit249615a89cc1594e7c16b5cc5004f63ca9eb36b6 (patch)
treec8d0e13454759394355c16ec94b31d14f3f671f1 /pango/pango-tabs.c
parentc463e096e119abb9b65b74c078ee1f2b1aae8c30 (diff)
parent034273de5cbe867348fa687845c8e63dc44a7148 (diff)
downloadpango-249615a89cc1594e7c16b5cc5004f63ca9eb36b6.tar.gz
Merge branch 'test-coverage' into 'master'
Add better attribute test infrastructure See merge request GNOME/pango!346
Diffstat (limited to 'pango/pango-tabs.c')
-rw-r--r--pango/pango-tabs.c2
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.