fix: use upper case for doc [ci skip]

This commit is contained in:
decentral1se 2021-09-05 00:15:19 +02:00
parent ff21237a21
commit cb637ca89e
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ type serviceMeta struct {
Tag string `json:"tag"`
}
// recipe represents a recipe in the abra catalogue
// Recipe represents a recipe in the abra catalogue
type Recipe struct {
Category string `json:"category"`
DefaultBranch string `json:"default_branch"`