From 5d9bcfb64a754de4f54da2958b4056a80d0ecfc0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 28 Jun 2020 12:41:57 -0400 Subject: [PATCH] stringlist: Cosmetic documentation fix --- gtk/gtkstringlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkstringlist.c b/gtk/gtkstringlist.c index 753f11bdf8..d4f90c6781 100644 --- a/gtk/gtkstringlist.c +++ b/gtk/gtkstringlist.c @@ -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.