Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rexredinger committed Mar 22, 2022
1 parent 6bd3ead commit 20889e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variable_set.go
Expand Up @@ -235,7 +235,7 @@ func (s *variableSets) Delete(ctx context.Context, variableSetID string) error {
}

// VariableSetApplyOptions represents a subset of update options specifically for applying variable sets to workspaces
type VariableSetAapplyOptions struct {
type VariableSetApplyOptions struct {
// Type is a public field utilized by JSON:API to
// set the resource type via the field tag.
// It is not a user-defined value and does not need to be set.
Expand Down

0 comments on commit 20889e3

Please sign in to comment.