Skip to content

Commit

Permalink
docs: fix spelling error in comment
Browse files Browse the repository at this point in the history
Co-authored-by: Hilmar Falkenberg <[email protected]>
  • Loading branch information
mcwarman and hilmarf authored Nov 1, 2024
1 parent bf7faf1 commit 7e17e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ast/ast.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
// -
Expand Down

0 comments on commit 7e17e11

Please sign in to comment.