Skip to content

Commit

Permalink
Update collections/quad.go
Browse files Browse the repository at this point in the history
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
  • Loading branch information
oren-lava and facundomedica authored Jul 29, 2024
1 parent 1fc14a0 commit 8da51e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collections/quad.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"cosmossdk.io/collections/codec"
)

// Quad defines a multipart key composed of three keys.
// Quad defines a multipart key composed of four keys.
type Quad[K1, K2, K3, K4 any] struct {
k1 *K1
k2 *K2
Expand Down

0 comments on commit 8da51e3

Please sign in to comment.