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
No known key found for this signature in database
GPG Key ID: C5C42CFB268637CA

View File

@ -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.
*