From 7e17e11db6c46e974cd6540af30564c17be505e1 Mon Sep 17 00:00:00 2001 From: Matthew Warman Date: Fri, 1 Nov 2024 11:58:37 +0000 Subject: [PATCH] docs: fix spelling error in comment Co-authored-by: Hilmar Falkenberg --- ast/ast.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ast/ast.go b/ast/ast.go index b04a41a2..1f3e86a8 100644 --- a/ast/ast.go +++ b/ast/ast.go @@ -283,7 +283,7 @@ func checkLineBreak(t *token.Token) bool { lbc := "\n" prev := t.Prev var adjustment int - // if the previous type is sequence entry user the previous type for that + // if the previous type is sequence entry use the previous type for that if prev.Type == token.SequenceEntryType { // as well as switching to previous type count any new lines in origin to account for: // -