Skip to content

Commit 1660c41

Browse files
authored
Typo.
1 parent 62b67c9 commit 1660c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ func Example_customTime() {
176176
// a time. 2009-11-17T20:34:58.650Z goes in, but parsing and formatting
177177
// it with [time.RFC3338Nano] results in 2009-11-17T20:34:58.65Z. Though
178178
// the times are identical, the trailing zero is lost in the string
179-
// representation so the driver considers the conversion unsuccesful.
179+
// representation so the driver considers the conversion unsuccessful.
180180
c1 := CustomTime{time.Date(
181181
2009, 11, 17, 20, 34, 58, 650000000, time.UTC)}
182182

0 commit comments

Comments
 (0)