Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
rocktavious committed Aug 26, 2024
1 parent edf5e24 commit 3a4cbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tags.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ func (client *Client) DeleteTag(id ID) error {

// ReconcileTags manages tags API operations for TaggableResourceInterface implementations
//
// Tags not in 'tagsWanted' will be deleted, new tags from 'tagsWanted' will be created
// Tags from `tagsDesired` are compared against current tags of TaggableResourceInterface and differences are either created or deleted.
func (client *Client) ReconcileTags(resourceType TaggableResourceInterface, tagsDesired []Tag) error {
tagConnection, err := resourceType.GetTags(client, nil)
if err != nil {
Expand Down

0 comments on commit 3a4cbd5

Please sign in to comment.