Image: Fix missing closing backtick
authorDaniel Boles <dboles.src@gmail.com>
Thu, 29 Jun 2023 13:33:29 +0000 (14:33 +0100)
committerDaniel Boles <dboles.src@gmail.com>
Thu, 29 Jun 2023 13:33:29 +0000 (14:33 +0100)
gtk/gtkimage.c

index 7945886bf08eb3aa8239f96c134dcbcb1025a8ce..cc4283dd24fadceade8e90769f74f651b9f41947 100644 (file)
@@ -181,7 +181,7 @@ gtk_image_class_init (GtkImageClass *class)
   /**
    * GtkImage:file: (attributes org.gtk.Property.set=gtk_image_set_from_file)
    *
-   * The `GFile to display.
+   * The `GFile` to display.
    */
   image_props[PROP_FILE] =
       g_param_spec_string ("file", NULL, NULL,