Skip to content

Commit a7af6f8

Browse files
authored
Merge pull request #4 from 0x6b/fix-typo
chore: fix typo on doc and comment
2 parents e53a3e1 + 42bb0ab commit a7af6f8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ type Query struct {
6666

6767
in the case of the above example, it encodes the timestamp by `Time#UnixMilli()`.
6868

69-
Currently `unixTmeUnit` supports the following values:
69+
Currently `unixTimeUnit` supports the following values:
7070

7171
- `sec`
7272
- `millisec`

converter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ var (
3535
//
3636
// in the case of the above example, it encodes the timestamp by `Time#UnixMilli()`.
3737
//
38-
// Currently `unixTmeUnit` supports the following values:
38+
// Currently `unixTimeUnit` supports the following values:
3939
//
4040
// - `sec`
4141
// - `millisec`

0 commit comments

Comments
 (0)