gtestutils: Add missing colon in GIR annotation

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall
2024-12-31 13:06:13 +00:00
parent 5147d503b4
commit e70144bf5b

View File

@@ -611,7 +611,7 @@
/** /**
* g_assert_no_error: * g_assert_no_error:
* @err: (nullable) a `GError` * @err: (nullable): a `GError`
* *
* Debugging macro to check that a [struct@GLib.Error] is not set. * Debugging macro to check that a [struct@GLib.Error] is not set.
* *