Skip to content

Commit

Permalink
updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
csucu committed Sep 3, 2023
1 parent 25de4c0 commit a1c4fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const (
Unspecified SpfErrorKind = "unspecified"
)

// SpfError represents parsing error, it holds reference to faulty token
// SpfError represents errors created from parsing or validation, it holds reference to faulty token
// as well as error describing fault
type SpfError struct {
kind SpfErrorKind
Expand Down

0 comments on commit a1c4fcf

Please sign in to comment.