Skip to content
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bart84ek committed Jun 25, 2019
1 parent 3ffede7 commit 2abaf81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion token/token.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func checkDelimitersLength(arr []string) error {
return nil
}

// BeginsWith returns true if char of type matches input
// BeginsWith returns true if first char of type matches input
func (t *Type) BeginsWith(ch byte) bool {
return (*t)[0] == ch
}
Expand Down

0 comments on commit 2abaf81

Please sign in to comment.