Skip to content

Commit

Permalink
add comment for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
tsingla1998 authored Aug 29, 2023
1 parent 6307cf3 commit 0baf000
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parselogical/parselogical.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ func (pr *ParseResult) parse(preludeOnly bool) error {
switch message[0:5] {
case "BEGIN":
fallthrough
// we are only fetching the first 5 characters so this "misspelling" is intended
case "COMMI":
fields := strings.Fields(message)

Expand Down

0 comments on commit 0baf000

Please sign in to comment.