Skip to content

Commit 2644643

Browse files
author
Theo
committed
Typos again.
1 parent 882c1d1 commit 2644643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
// CSVColumnParser is a function which converts trimmed csv
1212
// column string to a []byte representation. Currently
1313
// transforms NULL to nil
14-
var CSVColumnParser = func(s string) []bytezzx {
14+
var CSVColumnParser = func(s string) []byte {
1515
switch {
1616
case strings.ToLower(s) == "null":
1717
return nil

0 commit comments

Comments
 (0)