mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Fix documentation typos
Character entities are not supposed to be supported by gtk-doc¹ and fix the spelling of ‘optional’ ¹https://bugzilla.gnome.org/show_bug.cgi?id=758137 https://bugzilla.gnome.org/show_bug.cgi?id=758174
This commit is contained in:
committed by
Matthias Clasen
parent
59ec2912e4
commit
38c4e31c8a
@@ -257,7 +257,7 @@ g_value_array_append (GValueArray *value_array,
|
||||
/**
|
||||
* g_value_array_insert:
|
||||
* @value_array: #GValueArray to add an element to
|
||||
* @index_: insertion position, must be <= value_array->n_values
|
||||
* @index_: insertion position, must be <= value_array->;n_values
|
||||
* @value: (allow-none): #GValue to copy into #GValueArray, or %NULL
|
||||
*
|
||||
* Insert a copy of @value at specified position into @value_array. If @value
|
||||
|
Reference in New Issue
Block a user