stringlist: Cosmetic documentation fix

This commit is contained in:
Matthias Clasen 2020-06-28 12:41:57 -04:00
parent 7047d68404
commit 5d9bcfb64a

View File

@ -587,7 +587,7 @@ gtk_string_list_remove (GtkStringList *self,
/**
* gtk_string_list_get_string:
* @self: a #GtkStringList
* @position:
* @position: the position to get the string for
*
* Gets the string that is at @position in @self. @position
* must be smaller than the current length of the list.