diff --git a/glib/gtestutils.c b/glib/gtestutils.c index 9e9ee1e82..47bb9c66a 100644 --- a/glib/gtestutils.c +++ b/glib/gtestutils.c @@ -611,7 +611,7 @@ /** * g_assert_no_error: - * @err: (nullable) a `GError` + * @err: (nullable): a `GError` * * Debugging macro to check that a [struct@GLib.Error] is not set. *