| 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\`."|
This commit is contained in:
Cam Cook
2022-11-26 14:35:40 -05:00
parent d19426d399
commit c89cdb680d

View File

@@ -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
*/