From 72c3184b06c6800bbf0c0c7cbbffd079bd314097 Mon Sep 17 00:00:00 2001 From: psergee Date: Thu, 21 Dec 2023 17:49:37 +0300 Subject: [PATCH] Fix 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 3421669..7fe7e47 100644 --- a/parse/parse.go +++ b/parse/parse.go @@ -26,7 +26,7 @@ func EnableDebug() { debug.SetOutput(os.Stderr) } -// PkgInfo contains inforamtion about a package of files according to mage's +// PkgInfo contains information about a package of files according to mage's // parsing rules. type PkgInfo struct { AstPkg *ast.Package