diff options
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 ab01cfe5..12c27200 100644 --- a/pango/pango-tabs.c +++ b/pango/pango-tabs.c @@ -448,7 +448,7 @@ skip_whitespace (const char *p) * * Deserializes a `PangoTabArray` from a string. * - * This is the counterpart to [func@Pango.TabArray.to_string]. + * This is the counterpart to [method@Pango.TabArray.to_string]. * See that functions for details about the format. * * Returns: (transfer full) (nullable): a new `PangoTabArray` |