| domain | current | suggestion |
authorCam Cook <cam.cook@linux.com>
Sat, 26 Nov 2022 19:35:40 +0000 (14:35 -0500)
committerCam Cook <cam.cook@linux.com>
Sat, 26 Nov 2022 19:35:40 +0000 (14:35 -0500)
|--------|---------|------------|
| [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

index b9e144ec64e25b3a2d2c17d2416fb4a3303d9fe7..b709a5888aa6c0ed02939279767690457cf74a82 100644 (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
  */