Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed May 15, 2024
1 parent a9962ee commit a9a234e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ignite/templates/field/datatype/string.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var (
// DataString is a string data type definition.
DataString = DataType{
DataType: func(string) string { return "string" },
CollectionsKeyValueName: func(string) string { return "collections.BytesKey" },
CollectionsKeyValueName: func(string) string { return "collections.StringKey" },
DefaultTestValue: "xyz",
ValueLoop: "strconv.Itoa(i)",
ValueIndex: "strconv.Itoa(0)",
Expand Down

0 comments on commit a9a234e

Please sign in to comment.