Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
halprin committed Nov 23, 2021
1 parent 4b85196 commit 8f96a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/generator/keyvalue.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package generator

// mapTuple implements the `keyvalue.KeyValuer` interface and is used when
// mapTuple implements the `keyvalue.KeyValuer` interface and is used to represent map's keys and values
type mapTuple struct {
TheKey interface{}
TheValue interface{}
Expand Down

0 comments on commit 8f96a6e

Please sign in to comment.