summaryrefslogtreecommitdiff
path: root/libsoup/soup-date-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsoup/soup-date-utils.c')
-rw-r--r--libsoup/soup-date-utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libsoup/soup-date-utils.c b/libsoup/soup-date-utils.c
index 4e395044..6d4620b7 100644
--- a/libsoup/soup-date-utils.c
+++ b/libsoup/soup-date-utils.c
@@ -39,7 +39,7 @@
*
* Determines if @date is in the past.
*
- * Return value: %TRUE if @date is in the past
+ * Returns: %TRUE if @date is in the past
*/
gboolean
soup_date_time_is_past (GDateTime *date)
@@ -310,7 +310,7 @@ parse_textual_date (const char *date_string)
* dates, and reasonable approximations thereof. (Eg, it is lenient about
* whitespace, leading "0"s, etc.)
*
- * Return value: (nullable): a new #GDateTime, or %NULL if @date_string
+ * Returns: (nullable): a new #GDateTime, or %NULL if @date_string
* could not be parsed.
**/
GDateTime *