From c89cdb680df7ba417059f9ff64c9f3a4b4b7024e Mon Sep 17 00:00:00 2001 From: Cam Cook Date: Sat, 26 Nov 2022 14:35:40 -0500 Subject: [PATCH] | domain | current | suggestion | |--------|---------|------------| | [GtkLevel](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtklevelbar.c#L1104) | "Returns the \`min-value of the \`GtkLevelBar\`." | "Returns the \`min-value\' of the \`GtkLevelBar\`."| --- gtk/gtklevelbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtklevelbar.c b/gtk/gtklevelbar.c index b9e144ec64..b709a5888a 100644 --- a/gtk/gtklevelbar.c +++ b/gtk/gtklevelbar.c @@ -1101,7 +1101,7 @@ gtk_level_bar_new_for_interval (double min_value, * gtk_level_bar_get_min_value: (attributes org.gtk.Method.get_property=min-value) * @self: a `GtkLevelBar` * - * Returns the `min-value of the `GtkLevelBar`. + * Returns the `min-value` of the `GtkLevelBar`. * * Returns: a positive value */ -- 2.30.2