diff options
Diffstat (limited to 'internal/api/model/results.go')
-rw-r--r-- | internal/api/model/results.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/model/results.go b/internal/api/model/results.go index 1b2625a0d..266d2083b 100644 --- a/internal/api/model/results.go +++ b/internal/api/model/results.go @@ -18,7 +18,7 @@ package model -// Results represents the results of a search. See https://docs.joinmastodon.org/entities/results/ +// Results represents the results of a search. type Results struct { // Accounts which match the given query Accounts []Account `json:"accounts"` |