From c1256cc5d3abcf84361a60e38dcc8d9ff153a5e7 Mon Sep 17 00:00:00 2001 From: szTheory Date: Fri, 27 Oct 2023 13:22:07 +0000 Subject: [PATCH] Comment typo: parse.go --- parse/parse.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parse/parse.go b/parse/parse.go index cf8b62a..3421669 100644 --- a/parse/parse.go +++ b/parse/parse.go @@ -38,7 +38,7 @@ type PkgInfo struct { Imports Imports } -// Function represented a job function from a mage file +// Function represents a job function from a mage file type Function struct { PkgAlias string Package string