Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
change comment wording of RegisterCustom function

Co-authored-by: Suyash Kumar <[email protected]>
  • Loading branch information
flicaflow and suyashkumar authored Nov 19, 2024
1 parent 64b47fd commit f153129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tag/tag.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ func parseTag(tag string) (Tag, error) {
return Tag{Group: uint16(group), Element: uint16(elem)}, nil
}

// RegisterCustom allows to add a custom tag. This allows to work arond missing tag definitions
// RegisterCustom adds a custom tag to this package. This enables users to work around missing tag definitions
// and to create private tags.
// If the tag already exists it will be overridden.
func RegisterCustom(info Info) {
Expand Down

0 comments on commit f153129

Please sign in to comment.