diff options
author | Philip Withnall <withnall@endlessm.com> | 2018-07-30 21:15:03 +0100 |
---|---|---|
committer | Philip Withnall <withnall@endlessm.com> | 2018-07-30 21:15:03 +0100 |
commit | fba8d7a48ad0f4455461162130c7f2eec9c4e363 (patch) | |
tree | 2d91ddacbc9ebae61c4209f7273d9af7befb1869 | |
parent | 4cd7f769ae099ca8278f5e9586cef5a7de59f0fa (diff) | |
download | glib-fba8d7a48ad0f4455461162130c7f2eec9c4e363.tar.gz |
docs: Fix case of a type used in a gtk-doc comment
This fixes the automatic linking of that type.
Signed-off-by: Philip Withnall <withnall@endlessm.com>
-rw-r--r-- | glib/goption.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/goption.c b/glib/goption.c index d68ab5fe2..4b2abc057 100644 --- a/glib/goption.c +++ b/glib/goption.c @@ -2293,7 +2293,7 @@ g_option_group_free (GOptionGroup *group) * * Increments the reference count of @group by one. * - * Returns: a #GoptionGroup + * Returns: a #GOptionGroup * * Since: 2.44 */ |