Skip to content

Commit 2f15276

Browse files
authored
chore: fix comment (#1620)
1 parent c7276ee commit 2f15276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ func TestAppendDateTime(t *testing.T) {
339339
buf, err := appendDateTime(buf, v.t, v.timeTruncate)
340340
if err != nil {
341341
if !v.expectedErr {
342-
t.Errorf("appendDateTime(%v) returned an errror: %v", v.t, err)
342+
t.Errorf("appendDateTime(%v) returned an error: %v", v.t, err)
343343
}
344344
continue
345345
}

0 commit comments

Comments
 (0)