From cb637ca89ed40c812ed5a13945f43fbc31bea1a2 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 5 Sep 2021 00:15:19 +0200 Subject: [PATCH] fix: use upper case for doc [ci skip] --- catalogue/catalogue.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalogue/catalogue.go b/catalogue/catalogue.go index 8c8a8d14d..328569334 100644 --- a/catalogue/catalogue.go +++ b/catalogue/catalogue.go @@ -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"`