mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
Clearer wording, fix typos
This commit is contained in:
parent
07cf963af3
commit
17dfc7bdc1
1 changed files with 2 additions and 2 deletions
|
@ -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"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue