diff --git a/library/repo.go b/library/repo.go index cf7419a6..0aebc7e8 100644 --- a/library/repo.go +++ b/library/repo.go @@ -398,7 +398,7 @@ func (r *Repo) GetPreviousName() string { // GetApproveForkBuild returns the ApproveForkBuild field. // // When the provided Repo type is nil, or the field within -// the type is nil, it returns the zero value for the field. +// the type is nil, it returns the zero value for the field. func (r *Repo) GetApproveForkBuild() string { // return zero value if Repo type or ApproveForkBuild field is nil if r == nil || r.ApproveForkBuild == nil {