From 42e96adf2ea2bab6f173bd38eed49f30346867dd Mon Sep 17 00:00:00 2001 From: Shulhan Date: Fri, 17 Mar 2023 22:24:06 +0700 Subject: all: fix and add comments to global constants and methods This mark the development for the next minor version. --- statement.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'statement.go') diff --git a/statement.go b/statement.go index 87b3a5b..84071dd 100644 --- a/statement.go +++ b/statement.go @@ -21,7 +21,7 @@ const ( statementKindSudoPut ) -// Statetement contains parsed raw line from the script. +// Statement contains parsed raw line from the script. type Statement struct { cmd string args []string -- cgit v1.3