Skip to content

Commit cf94fa1

Browse files
committed
fix typo: delimiters
1 parent 9308ba2 commit cf94fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

query/encode_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ func TestValues_Slices(t *testing.T) {
212212
url.Values{"V0": {"a"}, "V1": {"b"}},
213213
},
214214

215-
// custom delimeters
215+
// custom delimiters
216216
{
217217
struct {
218218
V []string `del:","`

0 commit comments

Comments
 (0)