From d09bd8e5fbc788807703bab3abcdb8dbd93dc06c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 27 Jul 2020 19:47:51 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- gio/gappinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gappinfo.c b/gio/gappinfo.c index c3feb31e1..62e6c9538 100644 --- a/gio/gappinfo.c +++ b/gio/gappinfo.c @@ -276,7 +276,7 @@ g_app_info_default_init (GAppInfoInterface *iface) * directly by the application. * * In #GAppInfos created from [desktop files](https://specifications.freedesktop.org/desktop-entry-spec/latest/), - * this is the (inverted) value of the MimeType key. + * this is the value of the `MimeType` key. * * May be %NULL, depending on how the #GAppInfo has been constructed. *