Skip to content

Commit

Permalink
cap
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugh Simpson committed Feb 15, 2022
1 parent 0a512df commit 37bd34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/coreinternal/attraction/attraction.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
// Settings specifies the processor settings.
type Settings struct {
// Actions specifies the list of attributes to act on.
// The set of actions are {INSERT, UPDATE, UPSERT, DELETE, HASH, EXTRACt, COERCE}.
// The set of actions are {INSERT, UPDATE, UPSERT, DELETE, HASH, EXTRACT, COERCE}.
// This is a required field.
Actions []ActionKeyValue `mapstructure:"actions"`
}
Expand Down

0 comments on commit 37bd34f

Please sign in to comment.