We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e53a3e1 + 42bb0ab commit a7af6f8Copy full SHA for a7af6f8
2 files changed
README.md
@@ -66,7 +66,7 @@ type Query struct {
66
67
in the case of the above example, it encodes the timestamp by `Time#UnixMilli()`.
68
69
-Currently `unixTmeUnit` supports the following values:
+Currently `unixTimeUnit` supports the following values:
70
71
- `sec`
72
- `millisec`
converter.go
@@ -35,7 +35,7 @@ var (
35
//
36
// in the case of the above example, it encodes the timestamp by `Time#UnixMilli()`.
37
38
-// Currently `unixTmeUnit` supports the following values:
+// Currently `unixTimeUnit` supports the following values:
39
40
// - `sec`
41
// - `millisec`
0 commit comments