Skip to content

Commit

Permalink
PR FIXUP - Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSisley committed Feb 27, 2024
1 parent 4bc6ca6 commit 724045c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func (d CollectionDefinition) CollectIndexedFields() []FieldDefinition {
for _, field := range index.Fields {
if fieldsMap[field.Name] {
// If the FieldDescription has already been added to the result do not add it a second time
// this can happen if a field if referenced by multiple indexes
// this can happen if a field is referenced by multiple indexes
continue

Check warning on line 52 in client/index.go

View check run for this annotation

Codecov / codecov/patch

client/index.go#L50-L52

Added lines #L50 - L52 were not covered by tests
}
colField, ok := d.GetFieldByName(field.Name)
Expand Down

0 comments on commit 724045c

Please sign in to comment.