summaryrefslogtreecommitdiff
path: root/internal/api/client/timelines/home.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/client/timelines/home.go')
-rw-r--r--internal/api/client/timelines/home.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/api/client/timelines/home.go b/internal/api/client/timelines/home.go
index 8ca4a96eb..f63d14fd3 100644
--- a/internal/api/client/timelines/home.go
+++ b/internal/api/client/timelines/home.go
@@ -62,14 +62,14 @@ import (
// name: since_id
// type: string
// description: >-
-// Return only statuses *NEWER* than the given since status ID.
+// Return only statuses *newer* than the given since status ID.
// The status with the specified ID will not be included in the response.
// in: query
// -
// name: min_id
// type: string
// description: >-
-// Return only statuses *NEWER* than the given since status ID.
+// Return only statuses *immediately newer* than the given since status ID.
// The status with the specified ID will not be included in the response.
// in: query
// required: false