chore: update cosmossdk.io/api mod (#11951)

This commit is contained in:
Aleksandr Bezobchuk
2022-05-12 15:54:43 +02:00
committed by GitHub
parent 3283617cfb
commit e856b01746
5 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -2192,7 +2192,7 @@ type SecondaryIndexDescriptor struct {
// Index keys are prefixed by the varint encoded table id and the varint
// encoded index id plus any additional prefix specified by the schema.
//
// In addition the the field segments, non-unique index keys are suffixed with
// In addition the field segments, non-unique index keys are suffixed with
// any additional primary key fields not present in the index fields so that the
// primary key can be reconstructed. Unique indexes instead of being suffixed
// store the remaining primary key fields in the value..