Skip to content

Commit

Permalink
fix: Rename mistyped RulePatternAnchoring StarstWith into StartsWith (c…
Browse files Browse the repository at this point in the history
…loses #399)
  • Loading branch information
aseure committed Apr 11, 2018
1 parent a83e4dc commit 1aa19ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algoliasearch/types_rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type RulePatternAnchoring string

const (
Is RulePatternAnchoring = "is"
StarstWith RulePatternAnchoring = "startsWith"
StartsWith RulePatternAnchoring = "startsWith"
EndsWith RulePatternAnchoring = "endsWith"
Contains RulePatternAnchoring = "contains"
)
Expand Down

0 comments on commit 1aa19ad

Please sign in to comment.