From 2edffd16656bfa043110ee2173aee012ba9616d4 Mon Sep 17 00:00:00 2001 From: szTheory Date: Sat, 18 Nov 2023 12:50:02 +0000 Subject: [PATCH] Comment typo: parse.go (#485) --- 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