Skip to content

Commit

Permalink
Update database/config.go
Browse files Browse the repository at this point in the history
Co-authored-by: Asdine El Hrychy <[email protected]>
  • Loading branch information
jhchabran and asdine authored Apr 29, 2021
1 parent 669dc63 commit 43d7dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ type IndexInfo struct {
// If set to true, values will be associated with at most one key. False by default.
Unique bool

// If set, the index is typed and only accepts values of those types .
// If set, the index is typed and only accepts values of those types.
Types []document.ValueType
}

Expand Down

0 comments on commit 43d7dc2

Please sign in to comment.