diff --git a/gio/gsimpleaction.c b/gio/gsimpleaction.c index b87f80289..c0d5340c8 100644 --- a/gio/gsimpleaction.c +++ b/gio/gsimpleaction.c @@ -29,14 +29,14 @@ /** * SECTION:gsimpleaction * @title: GSimpleAction - * @short_description: A simple GSimpleAction + * @short_description: A simple GAction implementation * * A #GSimpleAction is the obvious simple implementation of the #GAction - * interface. This is the easiest way to create an action for purposes of + * interface. This is the easiest way to create an action for purposes of * adding it to a #GSimpleActionGroup. * * See also #GtkAction. - **/ + */ struct _GSimpleAction { GObject parent_instance;