summaryrefslogtreecommitdiff
path: root/pango/pango-tabs.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-12-10 19:24:41 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-12-10 19:24:41 -0500
commit6723792a086fe44cc615c1d1c98c4e2e70255494 (patch)
treed14a3952c7708d1085bd1121a4d41e7cc59cf1f3 /pango/pango-tabs.h
parentf57ac8a80197774718cdf5fd1b5d5290e3a5da3b (diff)
downloadpango-6723792a086fe44cc615c1d1c98c4e2e70255494.tar.gz
docs: Expand PangoTabArray docs
Diffstat (limited to 'pango/pango-tabs.h')
-rw-r--r--pango/pango-tabs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pango/pango-tabs.h b/pango/pango-tabs.h
index a804977b..40837ba0 100644
--- a/pango/pango-tabs.h
+++ b/pango/pango-tabs.h
@@ -35,9 +35,9 @@ typedef struct _PangoTabArray PangoTabArray;
* until the available space is filled
* @PANGO_TAB_CENTER: the text is centered at the tab stop position
* until the available space is filled
- * @PANGO_TAB_DECIMAL: text before the first '.' appears to the left of the
- * tab stop position (until the available space is filled), the rest to
- * the right
+ * @PANGO_TAB_DECIMAL: text before the first occurrence of the decimal point
+ * character appears to the left of the tab stop position (until the available
+ * space is filled), the rest to the right
*
* `PangoTabAlign` specifies where the text appears relative to the tab stop
* position.