diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2015-05-05 17:27:23 -0700 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2015-05-05 17:33:44 -0700 |
commit | c923660d8f58ccfa43cf158a42460d4efe566de2 (patch) | |
tree | 58da338316f0b183cb25144b755a6e4a92f78078 /pango/pango-attributes.c | |
parent | a087f683c22f7c7e79a6300e2e626a9da191fcf8 (diff) | |
download | pango-c923660d8f58ccfa43cf158a42460d4efe566de2.tar.gz |
Minor doc fix
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 09dcbbde..72455acd 100644 --- a/pango/pango-attributes.c +++ b/pango/pango-attributes.c @@ -1188,7 +1188,7 @@ pango_attr_list_unref (PangoAttrList *list) /** * pango_attr_list_copy: - * @list (nullable): a #PangoAttrList, may be %NULL + * @list: (nullable): a #PangoAttrList, may be %NULL * * Copy @list and return an identical new list. * |