diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-05-23 16:59:12 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-05-23 16:59:12 +0000 |
commit | c40a071b47aff7f50cdf48fc94b63baa5f1c82f6 (patch) | |
tree | b8a876307ff3d845596e176b185ed0d8fe9205de /pango/pango-attributes.c | |
parent | 3276a33b1ef9db42d46bf649d693016c4587f368 (diff) | |
parent | 347f69c3aa216ba75456d207ba55b44a2daf51c0 (diff) | |
download | pango-c40a071b47aff7f50cdf48fc94b63baa5f1c82f6.tar.gz |
Merge branch 'doc-fixes' into 'master'
docs: Fix link syntax in a few places
See merge request GNOME/pango!337
Diffstat (limited to 'pango/pango-attributes.c')
-rw-r--r-- | pango/pango-attributes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-attributes.c b/pango/pango-attributes.c index f97892a6..8b4b2f7a 100644 --- a/pango/pango-attributes.c +++ b/pango/pango-attributes.c @@ -1001,7 +1001,7 @@ pango_attr_shape_equal (const PangoAttribute *attr1, * * Creates a new shape attribute. * - * Like [ctor@Pango.AttrShape.new], but a user data pointer + * Like [func@Pango.AttrShape.new], but a user data pointer * is also provided; this pointer can be accessed when later * rendering the glyph. * |