Clearer wording, fix typos

This commit is contained in:
erik 2023-11-09 14:24:19 +01:00 committed by Michael Jerger
parent 07cf963af3
commit 17dfc7bdc1

View file

@ -25,12 +25,12 @@ var KnownSourceTypes = SourceTypes{
ForgejoSourceType, ForgejoSourceType,
} }
// Star activity for adding a star to an repository // Star activity data type
// swagger:model // swagger:model
type Star struct { type Star struct {
// swagger:ignore // swagger:ignore
ap.Activity 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"` Source SourceType `jsonld:"source,omitempty"`
} }