From 17dfc7bdc1b8d301d753c97ed13d2060b5dd7a15 Mon Sep 17 00:00:00 2001 From: erik Date: Thu, 9 Nov 2023 14:24:19 +0100 Subject: [PATCH] Clearer wording, fix typos --- modules/forgefed/star.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/forgefed/star.go b/modules/forgefed/star.go index 3d52e7a4e1..913af850d7 100644 --- a/modules/forgefed/star.go +++ b/modules/forgefed/star.go @@ -25,12 +25,12 @@ var KnownSourceTypes = SourceTypes{ ForgejoSourceType, } -// Star activity for adding a star to an repository +// Star activity data type // swagger:model type Star struct { // swagger:ignore ap.Activity - // Source identifies the system generated this Activity. Exact one value has to be specified. + // Source identifies the system which generated this activity. Exactly one value has to be specified. Source SourceType `jsonld:"source,omitempty"` }