Skip to content

Commit

Permalink
Fix doc string typo
Browse files Browse the repository at this point in the history
  • Loading branch information
suyashkumar authored Nov 29, 2024
1 parent c86fa6b commit 8432bcd
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 @@ -247,7 +247,7 @@ func parseTag(tag string) (Tag, error) {
return Tag{Group: uint16(group), Element: uint16(elem)}, nil
}

// Add adds a custom tag to the lsit of registered tags. This enables users to work around missing tag definitions
// Add adds a custom tag to the list of registered tags. This enables users to work around missing tag definitions
// and to create private tags.
// If force == true existing tags will be overwritten.
// Otherwise an error is returned when attempting to add an already existing tag.
Expand Down

0 comments on commit 8432bcd

Please sign in to comment.