diff options
Diffstat (limited to 'glib/gdate.c')
-rw-r--r-- | glib/gdate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/glib/gdate.c b/glib/gdate.c index 8759cb4cd..73a732df3 100644 --- a/glib/gdate.c +++ b/glib/gdate.c @@ -242,8 +242,8 @@ * @G_DATE_SATURDAY: Saturday * @G_DATE_SUNDAY: Sunday * - * Enumeration representing a day of the week; #G_DATE_MONDAY, - * #G_DATE_TUESDAY, etc. #G_DATE_BAD_WEEKDAY is an invalid weekday. + * Enumeration representing a day of the week; %G_DATE_MONDAY, + * %G_DATE_TUESDAY, etc. %G_DATE_BAD_WEEKDAY is an invalid weekday. */ /** |