Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
  • Loading branch information
eskombro and curquiza authored Jun 11, 2020
1 parent 4358dd1 commit 55d3d71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type Index struct {
PrimaryKey string `json:"primaryKey,omitempty"`
}

// Settings is the type that represent the settings in MeiliSearch
// Settings is the type that represents the settings in MeiliSearch
type Settings struct {
RankingRules []string `json:"rankingRules,omitempty"`
DistinctAttribute *string `json:"distinctAttribute,omitempty"`
Expand All @@ -30,7 +30,7 @@ type Settings struct {
AttributesForFaceting []string `json:"attributesForFaceting,omitempty"`
}

// Version is the type that represent the versions in MeiliSearch
// Version is the type that represents the versions in MeiliSearch
type Version struct {
CommitSha string `json:"commitSha"`
BuildDate time.Time `json:"buildDate"`
Expand Down

0 comments on commit 55d3d71

Please sign in to comment.